Skip to content

Commit 2fce8aa

Browse files
committed
clang-format
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
1 parent a3f8d32 commit 2fce8aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bazel/InitRunFiles.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class BazelInitializer
4242

4343
std::string error;
4444
std::string program_location = getProgramLocation().value();
45-
std::unique_ptr<Runfiles> runfiles(Runfiles::Create(
46-
program_location, BAZEL_CURRENT_REPOSITORY, &error));
45+
std::unique_ptr<Runfiles> runfiles(
46+
Runfiles::Create(program_location, BAZEL_CURRENT_REPOSITORY, &error));
4747
if (!runfiles) {
4848
std::cerr << "Error initializing Bazel runfiles: " << error << std::endl;
4949
std::exit(1);

0 commit comments

Comments
 (0)