Skip to content

Commit d61a349

Browse files
Update lockfile (#5615)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ernestognw <[email protected]>
1 parent 1958f09 commit d61a349

File tree

5 files changed

+3508
-4587
lines changed

5 files changed

+3508
-4587
lines changed

contracts/mocks/BlockhashMock.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ pragma solidity ^0.8.20;
44
import {Blockhash} from "../utils/Blockhash.sol";
55

66
/// @dev This mock is required for upgradeable tests to pass
7-
contract BlockhashMock {
8-
9-
}
7+
contract BlockhashMock {}

contracts/utils/Base64.sol

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,7 @@ library Base64 {
7272
mstore(afterPtr, 0x00)
7373

7474
// Run over the input, 3 bytes at a time
75-
for {
76-
77-
} lt(dataPtr, endPtr) {
78-
79-
} {
75+
for {} lt(dataPtr, endPtr) {} {
8076
// Advance 3 bytes
8177
dataPtr := add(dataPtr, 3)
8278
let input := mload(dataPtr)

0 commit comments

Comments
 (0)