Fix formatting
See gh-33013
This commit is contained in:
@@ -102,8 +102,7 @@ public final class ImportCandidates implements Iterable<String> {
|
||||
return classLoader.getResources(location);
|
||||
}
|
||||
catch (IOException ex) {
|
||||
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]",
|
||||
ex);
|
||||
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user