Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jan 3, 2025
1 parent 51f88a1 commit 8a9727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/revert-test/tests/revert-and-restart-en.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export function getGatewayInfo(pathToHome: string, chain: string): GatewayInfo |
config: 'gateway_chain.yaml'
});

if(!gatewayChainConfig) {
if (!gatewayChainConfig) {
return null;
}

Expand Down

0 comments on commit 8a9727f

Please sign in to comment.