Skip to content

Commit 1055c26

Browse files
authored
Add missing space (#395)
1 parent 1c9908a commit 1055c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/fetch-build-scan-data-cmdline-tool/src/main/java/com/gradle/enterprise/api/client/FailedRequestException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public Optional<String> getResponseBody() {
2626
private static String buildMessage(URL buildScanUrl, int code) {
2727
switch (code) {
2828
case 404:
29-
return String.format("Build scan %s was not found.%nVerify the build scan exists and you have been" +
29+
return String.format("Build scan %s was not found.%nVerify the build scan exists and you have been " +
3030
"granted the permission 'Access build data via the Export API'.", buildScanUrl);
3131
case 401:
3232
return String.format("Failed to authenticate while attempting to fetch build scan %s.", buildScanUrl);

0 commit comments

Comments
 (0)