refactor: Address .editorconfig violations

This commit is contained in:
NotMyFault
2021-10-18 23:09:21 +02:00
parent 9a33789e41
commit bd9476a175
53 changed files with 1415 additions and 1127 deletions

View File

@ -911,8 +911,7 @@ public class StubServer implements Server {
}
@Override
public @NotNull
<T extends Keyed> Iterable<Tag<T>> getTags(@NotNull String s, @NotNull Class<T> aClass) {
public @NotNull <T extends Keyed> Iterable<Tag<T>> getTags(@NotNull String s, @NotNull Class<T> aClass) {
return null;
}