We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f8d32 commit 2fce8aaCopy full SHA for 2fce8aa
1 file changed
bazel/InitRunFiles.cpp
@@ -42,8 +42,8 @@ class BazelInitializer
42
43
std::string error;
44
std::string program_location = getProgramLocation().value();
45
- std::unique_ptr<Runfiles> runfiles(Runfiles::Create(
46
- program_location, BAZEL_CURRENT_REPOSITORY, &error));
+ std::unique_ptr<Runfiles> runfiles(
+ Runfiles::Create(program_location, BAZEL_CURRENT_REPOSITORY, &error));
47
if (!runfiles) {
48
std::cerr << "Error initializing Bazel runfiles: " << error << std::endl;
49
std::exit(1);
0 commit comments