Skip to content

Commit 538fabc

Browse files
gator-boikcsongor
authored andcommitted
evm: forge fmt
1 parent 61d1433 commit 538fabc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

evm/script/ConfigureWormholeNtt.s.sol

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ contract ConfigureWormholeNtt is ParseNttConfig {
7272
} else {
7373
// Set peer.
7474
nttManager.setPeer(
75-
targetConfig.chainId,
76-
targetConfig.nttManager,
77-
targetConfig.decimals
75+
targetConfig.chainId, targetConfig.nttManager, targetConfig.decimals
7876
);
7977
console2.log("Peer set for chain", targetConfig.chainId);
8078

evm/script/helpers/ParseNttConfig.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ contract ParseNttConfig is Script {
1111
using stdJson for string;
1212

1313
// NOTE: Forge expects any struct to be defined in alphabetical order if being used
14-
// to parse JSON.
14+
// to parse JSON.
1515
struct ChainConfig {
1616
uint16 chainId;
1717
uint8 decimals;

0 commit comments

Comments
 (0)