8000 Cleanup change automatically generated by error-prone refactoring. · coderabbit-test/bazel@2f75911 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f75911

Browse files
meisterTcopybara-github
authored andcommitted
Cleanup change automatically generated by error-prone refactoring.
PiperOrigin-RevId: 746457253 Change-Id: Id65323175ccd5af7ead9c34b8b827f7574b75088
1 parent d762203 commit 2f75911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/google/devtools/build/lib/buildtool/BuildTool.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,8 @@ public void setTopLevelConfigChecksum(String topLevelConfigChecksum) {
12741274
public ModifiedFileSet getDiffFromEvaluatingVersion() {
12751275
return checkNotNull(
12761276
diffFromEvaluatingVersion,
1277-
String.format("expected to be not null when the mode is upload or download: %s", mode));
1277+
"expected to be not null when the mode is upload or download: %s",
1278+
mode);
12781279
}
12791280
}
12801281

0 commit comments

Comments
 (0)
0