Revert added leading whitespace

This commit is contained in:
Eirik Bjorsnos 2026-01-17 23:24:56 +01:00
parent 2baccbb9bb
commit ff498d2078

View File

@ -393,7 +393,7 @@ public class URLClassPath {
// or unopenedUrls is exhausted.
while (loaders.size() < index + 1) {
final URL url;
synchronized (path) {
synchronized (path) {
url = nextURL();
if (url == null)
return null;