Skip to content

Commit 94384b0

Browse files
committed
Remove additional spacing.
1 parent 03c431f commit 94384b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/org/labkey/core/webdav/DavController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3002,7 +3002,7 @@ public void closeInputStream() throws IOException
30023002
if (result.result == AntiVirusService.Result.CONFIGURATION_ERROR)
30033003
throw new ConfigurationException(result.message);
30043004
else
3005-
throw new DavException(WebdavStatus.SC_BAD_REQUEST, result.message + ". For security reasons, we did not upload this file. Please contact your IT Team for assistance in dealing with this potentially harmful file.");
3005+
throw new DavException(WebdavStatus.SC_BAD_REQUEST, result.message + ". For security reasons, we did not upload this file. Please contact your IT Team for assistance in dealing with this potentially harmful file.");
30063006
}
30073007
}
30083008

0 commit comments

Comments
 (0)