Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 29, 2023
1 parent 2c31f3c commit ade41f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_lib.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
#include "ecsact/interpret/eval.hh"
#include "bazel_sundry/runfiles.hh"

inline auto ecsact_interpret_test_files(std::vector<std::string> relative_file_paths)
-> std::vector<ecsact::parse_eval_error> {
inline auto ecsact_interpret_test_files(
std::vector<std::string> relative_file_paths
) -> std::vector<ecsact::parse_eval_error> {
auto runfiles = bazel_sundry::CreateDefaultRunfiles();
[&] { ASSERT_TRUE(runfiles); }();

Expand Down

0 comments on commit ade41f4

Please sign in to comment.