Skip to content

Commit

Permalink
#5470 fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed May 2, 2024
1 parent 5a00cf8 commit 08fa75e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public <T extends ICoreElement> List<T> items(Class<T> cl) {
try {
return constr.newInstance().setCore(cl, o);
} catch (InstantiationException | IllegalAccessException | InvocationTargetException e) {
throw runtimeException("Can not create a new object " + cl , e);
throw runtimeException("Can not create a new object " + cl, e);
}
})
.collect(Collectors.toList());
Expand Down

0 comments on commit 08fa75e

Please sign in to comment.