Skip to content

Commit 72ff816

Browse files
committed
Remove unnecessary interpolation
1 parent e690621 commit 72ff816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scip-java/src/main/scala/com/sourcegraph/scip_java/buildtools/BazelBuildTool.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ class BazelBuildTool(index: IndexCommand) extends BuildTool("Bazel", index) {
136136
.app
137137
.error(
138138
s"doing nothing, the directory $bazelOut does not exist. " +
139-
s"The most likely cause for this problem is that there are no Java targets in this Bazel workspace. " +
140-
s"Please report an issue to the scip-java issue tracker if the command `bazel query 'kind(java_*, //...)'` returns non-empty output."
139+
"The most likely cause for this problem is that there are no Java targets in this Bazel workspace. " +
140+
"Please report an issue to the scip-java issue tracker if the command `bazel query 'kind(java_*, //...)'` returns non-empty output."
141141
)
142142
} else {
143143
val bazelOutLink = Files.readSymbolicLink(bazelOut)

0 commit comments

Comments
 (0)