• Mark Tyneway's avatar
    contracts-bedrock: fix compiler warning (#10778) · 608a58d8
    Mark Tyneway authored
    Fixes the following compiler warning:
    
    ```
    Compiler run successful with warnings:
    Warning (2018): Function state mutability can be restricted to view
      --> test/periphery/drippie/dripchecks/CheckBalanceLow.t.sol:20:5:
       |
    20 |     function test_name_succeeds() external {
       |     ^ (Relevant source part starts here and spans across multiple lines).
    
    Warning (2018): Function state mutability can be restricted to view
      --> test/periphery/drippie/dripchecks/CheckGelatoLow.t.sol:45:5:
       |
    45 |     function test_name_succeeds() external {
       |     ^ (Relevant source part starts here and spans across multiple lines).
    
    Warning (2018): Function state mutability can be restricted to view
      --> test/periphery/drippie/dripchecks/CheckSecrets.t.sol:30:5:
       |
    30 |     function test_name_succeeds() external {
       |     ^ (Relevant source part starts here and spans across multiple lines).
    
    Warning (2018): Function state mutability can be restricted to view
      --> test/periphery/drippie/dripchecks/CheckTrue.t.sol:19:5:
       |
    19 |     function test_name_succeeds() external {
       |     ^ (Relevant source part starts here and spans across multiple lines).
    ```
    
    This should be caught in CI, not sure why it wasn't
    608a58d8
Name
Last commit
Last update
..
L1 Loading commit data...
L2 Loading commit data...
Safe Loading commit data...
actors Loading commit data...
cannon Loading commit data...
dispute Loading commit data...
governance Loading commit data...
invariants Loading commit data...
kontrol Loading commit data...
legacy Loading commit data...
libraries Loading commit data...
mocks Loading commit data...
periphery Loading commit data...
safe-tools Loading commit data...
setup Loading commit data...
universal Loading commit data...
vendor Loading commit data...
BenchmarkTest.t.sol Loading commit data...
ExtendedPause.t.sol Loading commit data...
L2Genesis.t.sol Loading commit data...
Predeploys.t.sol Loading commit data...
Preinstalls.t.sol Loading commit data...
Specs.t.sol Loading commit data...