Skip to content

Commit ff499da

Browse files
committed
ConversionUtils: fix whitespace
1 parent 43b5f3e commit ff499da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/util/ConversionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public static Class<?> getComponentClass(final Type type) {
329329
return Types.raw(Types.component(type));
330330
}
331331

332-
//-- Helper methods --
332+
//-- Helper methods --
333333

334334
/**
335335
* Gets the {@link Converter} to use for the given conversion request. If the

0 commit comments

Comments
 (0)