Skip to content

Commit

Permalink
Revert unintended whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-hotz committed Sep 24, 2024
1 parent ba1286f commit cf8cc0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public InputStream locate(String uri) throws IOException {
final String realPath;
final String path = uri.substring(URI_PREFIX.length()).replace('\\', '/');
final ServletContext servletContext = Context.get().getServletContext();
if (servletContext != null) {
if (servletContext != null) {
realPath = servletContext.getRealPath(path);
} else {
realPath = path;
Expand Down

0 comments on commit cf8cc0c

Please sign in to comment.