mirror of
https://github.com/vacp2p/staking-reward-streamer.git
synced 2026-01-08 23:08:19 -05:00
chore: make linter and formatter happy
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user