Skip to content

Commit 87191c8

Browse files
checkstyle
1 parent dc1d39f commit 87191c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enigma/src/test/java/org/quiltmc/enigma/input/z_tooltip/ConvergentInheritance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.quiltmc.enigma.input.z_tooltip;
22

33
public class ConvergentInheritance {
4-
static abstract class Named {
4+
abstract static class Named {
55
public abstract void setName(String name);
66
}
77

0 commit comments

Comments
 (0)