chore: make linter and formatter happy

This commit is contained in:
r4bbit
2024-09-25 09:50:06 +02:00
parent 532c90f1c2
commit 24c3469cd1
5 changed files with 70 additions and 27 deletions

View File

@@ -1,14 +1,12 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.26;
import { Script, console } from "forge-std/Script.sol";
import { Script } from "forge-std/Script.sol";
import { RewardsStreamer } from "../src/RewardsStreamer.sol";
contract RewardsStreamerScript is Script {
RewardsStreamer public rewardsStreamer;
function setUp() public { }
function run() public {
vm.startBroadcast();