Skip to content

Commit 6424ac0

Browse files
committed
style: run forge fmt on test file
1 parent 2420640 commit 6424ac0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/HelloWormholeOnChainQuote.t.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ contract HelloWormholeOnChainQuoteTest is Test {
241241
bytes32 solanaProgramId = bytes32(0x62cf7e5a219d24a831e51b2c2417fa898920b930fd1c6947f3a4fc8feec1020f);
242242
helloWormholeSepolia.setPeer(CHAIN_ID_SOLANA, solanaProgramId);
243243

244-
uint256 quoteWithoutMsgValue =
245-
helloWormholeSepolia.quoteGreeting(CHAIN_ID_SOLANA, 500_000, 0, QUOTER_ADDRESS);
244+
uint256 quoteWithoutMsgValue = helloWormholeSepolia.quoteGreeting(CHAIN_ID_SOLANA, 500_000, 0, QUOTER_ADDRESS);
246245
uint256 quoteWithMsgValue =
247246
helloWormholeSepolia.quoteGreeting(CHAIN_ID_SOLANA, 500_000, 15_000_000, QUOTER_ADDRESS);
248247

0 commit comments

Comments
 (0)