Skip to content

Commit

Permalink
chore: reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan committed Nov 30, 2024
1 parent 0ec5930 commit e2b8e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecsact/cli/commands/benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ auto start_async_benchmark(
return result_message;
}

auto start_core_benchmark(const common_benchmark_options& options
) -> std::optional<benchmark_result_message> {
auto start_core_benchmark(const common_benchmark_options& options)
-> std::optional<benchmark_result_message> {
auto result_message = benchmark_result_message{};

const auto create_reg_fn = get_or_exit<decltype(ecsact_create_registry)>(
Expand Down

0 comments on commit e2b8e38

Please sign in to comment.