Skip to content

Commit bd4d7bf

Browse files
committed
Revert whitespace changes.
1 parent 47fb672 commit bd4d7bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

chunky/src/java/se/llbit/chunky/resources/TexturePackLoader.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,9 +3628,8 @@ public class TexturePackLoader {
36283628

36293629
/**
36303630
* Register all public static fields annotated with {@link TexturePath} to be loaded.
3631-
*
36323631
* @param clazz Class to register
3633-
* @param <T> Type of the class
3632+
* @param <T> Type of the class
36343633
*/
36353634
public static <T> void registerTextureFields(Class<T> clazz) {
36363635
for (Field field : clazz.getFields()) {

0 commit comments

Comments
 (0)