Skip to content

Commit

Permalink
try to fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux committed Oct 3, 2024
1 parent f499fb7 commit 257468e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/invariants/handlers/DonationHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity 0.8.23;

// Foundry
import {console} from "forge-std/Console.sol";
import {console} from "forge-std/console.sol";

// Handlers
import {BaseHandler} from "./BaseHandler.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/invariants/handlers/LLMHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity 0.8.23;

// Foundry
import {console} from "forge-std/Console.sol";
import {console} from "forge-std/console.sol";

// Handlers
import {BaseHandler} from "./BaseHandler.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/invariants/handlers/LpHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity 0.8.23;

// Foundry
import {console} from "forge-std/Console.sol";
import {console} from "forge-std/console.sol";

// Handlers
import {BaseHandler} from "./BaseHandler.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/invariants/handlers/OwnerHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity 0.8.23;

// Foundry
import {console} from "forge-std/Console.sol";
import {console} from "forge-std/console.sol";

// Handlers
import {BaseHandler} from "./BaseHandler.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/invariants/handlers/SwapHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity 0.8.23;

// Foundry
import {console} from "forge-std/Console.sol";
import {console} from "forge-std/console.sol";

// Handlers
import {BaseHandler} from "./BaseHandler.sol";
Expand Down

0 comments on commit 257468e

Please sign in to comment.