Skip to content

Commit eecae96

Browse files
committed
fmt fix
1 parent e8aec64 commit eecae96

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

scripts/MorphoPythOracleDeploy.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ contract MorphoPythOracleDeploy is Script {
6868

6969
vm.stopBroadcast();
7070
}
71-
}
71+
}

scripts/MorphoPythOracleFactoryDeploy.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ contract MorphoPythOracleFactoryDeploy is Script {
1515

1616
vm.stopBroadcast();
1717
}
18-
}
18+
}

scripts/MorphoPythOracleRead.s.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {IERC4626} from "../src/interfaces/IERC4626.sol";
88

99
contract MorphoPythOracleRead is Script {
1010
function run() public {
11-
1211
// Use an RPC fork so external calls hit the real chain state
1312
string memory rpcUrl = vm.envString("RPC");
1413
vm.createSelectFork(rpcUrl);
@@ -24,4 +23,4 @@ contract MorphoPythOracleRead is Script {
2423

2524
console2.log("Price:", oracle.price());
2625
}
27-
}
26+
}

0 commit comments

Comments
 (0)