Skip to content

Commit ef3f35f

Browse files
committed
whitespace
1 parent 9f07043 commit ef3f35f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SeqCli/Cli/Commands/Bench/BenchCommand.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ protected override async Task<int> Run()
162162
}
163163

164164
return 0;
165-
} catch (Exception ex)
165+
}
166+
catch (Exception ex)
166167
{
167168
Log.Error(ex, "Benchmarking failed: {ErrorMessage}", ex.Message);
168169
return 1;

0 commit comments

Comments
 (0)