Skip to content

Commit

Permalink
Run formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Dec 14, 2023
1 parent 1ead82d commit 7f3df1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contracts/test/StakeTable.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ contract StakeTable_Test is Test {
stakeTableAmountComm: 0,
threshold: 0
});
lightClientContract = new LightClientTest(genesis,10);
lightClientContract = new LightClientTest(genesis, 10);
address lightClientAddress = address(lightClientContract);
stakeTable = new S(address(token),lightClientAddress);
stakeTable = new S(address(token), lightClientAddress);
}

/// `register` function
Expand Down
1 change: 0 additions & 1 deletion doc/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@
cargo build --release --bin diff-test
export PATH=$PWD/target/release:$PATH
forge test -v

0 comments on commit 7f3df1f

Please sign in to comment.