Skip to content

Commit 23404d5

Browse files
committed
Types: tweak formatting
1 parent 4e74d2b commit 23404d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ public static Type returnType(final Method method, final Class<?> type) {
460460
* </p>
461461
*/
462462
public static Type param(final Type type, final Class<?> c, final int no) {
463-
return GenericTypeReflector.getTypeParameter(type, c
464-
.getTypeParameters()[no]);
463+
return GenericTypeReflector.getTypeParameter(type, //
464+
c.getTypeParameters()[no]);
465465
}
466466

467467
/**

0 commit comments

Comments
 (0)