Skip to content

Commit

Permalink
evm: forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gator-boi authored and kcsongor committed Mar 1, 2024
1 parent 61d1433 commit 538fabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions evm/script/ConfigureWormholeNtt.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ contract ConfigureWormholeNtt is ParseNttConfig {
} else {
// Set peer.
nttManager.setPeer(
targetConfig.chainId,
targetConfig.nttManager,
targetConfig.decimals
targetConfig.chainId, targetConfig.nttManager, targetConfig.decimals
);
console2.log("Peer set for chain", targetConfig.chainId);

Expand Down
2 changes: 1 addition & 1 deletion evm/script/helpers/ParseNttConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract ParseNttConfig is Script {
using stdJson for string;

// NOTE: Forge expects any struct to be defined in alphabetical order if being used
// to parse JSON.
// to parse JSON.
struct ChainConfig {
uint16 chainId;
uint8 decimals;
Expand Down

0 comments on commit 538fabc

Please sign in to comment.