Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Oct 4, 2024
1 parent 82d9bc3 commit bd0a44e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/TheCompact.s.sol
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;

import {Script, console} from "forge-std/Script.sol";
import {TheCompact} from "../src/TheCompact.sol";
import { Script, console } from "forge-std/Script.sol";
import { TheCompact } from "../src/TheCompact.sol";

contract TheCompactScript is Script {
TheCompact public theCompact;

function setUp() public {}
function setUp() public { }

function run() public {
vm.startBroadcast();
Expand Down

0 comments on commit bd0a44e

Please sign in to comment.