Skip to content

Commit e897474

Browse files
committed
spotless
1 parent d690ed6 commit e897474

File tree

8 files changed

+1
-13
lines changed

8 files changed

+1
-13
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ plugins {
3737
id 'com.gtnewhorizons.retrofuturagradle' version '1.4.0'
3838
id 'net.darkhax.curseforgegradle' version '1.1.24' apply false
3939
id 'com.modrinth.minotaur' version '2.8.7' apply false
40-
id 'com.diffplug.spotless' version '6.13.0' apply false
40+
id 'com.diffplug.spotless' version '6.23.0' apply false
4141
id 'com.palantir.git-version' version '3.0.0' apply false
4242
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
4343
id 'org.jetbrains.kotlin.jvm' version '1.8.0' apply false

src/main/java/com/cleanroommc/groovyscript/compat/mods/horsepower/ChoppingBlock.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,5 @@ public void validate(GroovyLog.Msg msg) {
127127
}
128128
return recipe;
129129
}
130-
131130
}
132-
133131
}

src/main/java/com/cleanroommc/groovyscript/compat/mods/horsepower/Grindstone.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,5 @@ public void validate(GroovyLog.Msg msg) {
125125
}
126126
return recipe;
127127
}
128-
129128
}
130-
131129
}

src/main/java/com/cleanroommc/groovyscript/compat/mods/horsepower/HorsePower.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ public class HorsePower extends GroovyPropertyContainer {
99
public final Grindstone grindstone = new Grindstone();
1010
public final ManualGrindstone manualGrindstone = new ManualGrindstone();
1111
public final Press press = new Press();
12-
1312
}

src/main/java/com/cleanroommc/groovyscript/compat/mods/horsepower/ManualChoppingBlock.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,5 @@ public void validate(GroovyLog.Msg msg) {
108108
}
109109
return recipe;
110110
}
111-
112111
}
113-
114112
}

src/main/java/com/cleanroommc/groovyscript/compat/mods/horsepower/ManualGrindstone.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,5 @@ public void validate(GroovyLog.Msg msg) {
126126
}
127127
return recipe;
128128
}
129-
130129
}
131-
132130
}

src/main/java/com/cleanroommc/groovyscript/compat/mods/horsepower/Press.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,5 @@ public void validate(GroovyLog.Msg msg) {
116116
}
117117
return recipe;
118118
}
119-
120119
}
121-
122120
}

src/main/java/com/cleanroommc/groovyscript/compat/mods/randomthings/RandomThings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ public class RandomThings extends GroovyPropertyContainer {
66

77
public final Imbuing imbuing = new Imbuing();
88
public final Anvil anvil = new Anvil();
9-
109
}

0 commit comments

Comments
 (0)