Skip to content

Commit

Permalink
fmt: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Jun 27, 2024
1 parent 629dd56 commit 7db7ed9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/chaincheck/ISelfKisserChaincheck.sol
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ contract ISelfKisserChaincheck is Chaincheck {
function check_IAuth() internal {
// Run IAuth chaincheck.
string[] memory authLogs;
(, authLogs) = new IAuthChaincheck()
.setUp(address(self), config)
.run();
(, authLogs) = new IAuthChaincheck().setUp(address(self), config).run();

// Add logs to own logs.
for (uint i; i < authLogs.length; i++) {
Expand Down

0 comments on commit 7db7ed9

Please sign in to comment.