Skip to content

Commit c1234f5

Browse files
author
Oren Sokolowsky
committed
fix compilion
1 parent 22eede1 commit c1234f5

File tree

3 files changed

+118
-794
lines changed

3 files changed

+118
-794
lines changed

contracts/libs/BytesLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ library BytesLib {
2525
assembly {
2626
// Get a location of some free memory and store it in tempBytes as
2727
// Solidity does for memory variables.
28-
tempBytes := mload(0x40
28+
tempBytes := mload(0x40)
2929
// Store the length of the first bytes array at the beginning of
3030
// the memory for tempBytes.
3131
let length := mload(_preBytes)

0 commit comments

Comments
 (0)