Skip to content

Commit 8cae768

Browse files
committed
formatting
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
1 parent 1a8dec8 commit 8cae768

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ethereum/evmtool/src/test/java/org/hyperledger/besu/evmtool/StateTestSubCommandTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ void shouldUseExcessBlobGasFromEnvironment() {
165165
new EvmToolCommand(System.in, new PrintWriter(baos, true, UTF_8));
166166
final StateTestSubCommand stateTestSubCommand = new StateTestSubCommand(parentCommand);
167167
final CommandLine cmd = new CommandLine(stateTestSubCommand);
168-
cmd.parseArgs(
169-
StateTestSubCommandTest.class.getResource("excess-blob-gas.json").getPath());
168+
cmd.parseArgs(StateTestSubCommandTest.class.getResource("excess-blob-gas.json").getPath());
170169
stateTestSubCommand.run();
171170

172171
final String output = baos.toString(UTF_8);

0 commit comments

Comments
 (0)