fuck auto reformat

This commit is contained in:
Samuel Pizette
2022-12-04 17:54:50 -05:00
parent dc2b7a6fda
commit 476e5c7cae

View File

@@ -564,11 +564,6 @@ public interface Eco {
@ApiStatus.Internal
private static Eco eco;
private Instance() {
throw new UnsupportedOperationException(
"This is a utility class and cannot be instantiated");
}
/**
* Initialize eco.
*
@@ -589,5 +584,9 @@ public interface Eco {
static Eco get() {
return eco;
}
private Instance() {
throw new UnsupportedOperationException("This is a utility class and cannot be instantiated");
}
}
}