Skip to content

Commit

Permalink
style: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed Mar 5, 2024
1 parent af4bcc0 commit e9e84e6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ public URI uri(final String normalPath) throws URISyntaxException {
if (normalize(normalPath).equals(normalize("/")))
return containerURI;



final Path containerPath = Paths.get(containerURI.getPath());
final Path givenPath = Paths.get(URI.create(normalPath).getPath());

Expand Down

0 comments on commit e9e84e6

Please sign in to comment.