Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Nov 8, 2024
1 parent d690ed6 commit e897474
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ plugins {
id 'com.gtnewhorizons.retrofuturagradle' version '1.4.0'
id 'net.darkhax.curseforgegradle' version '1.1.24' apply false
id 'com.modrinth.minotaur' version '2.8.7' apply false
id 'com.diffplug.spotless' version '6.13.0' apply false
id 'com.diffplug.spotless' version '6.23.0' apply false
id 'com.palantir.git-version' version '3.0.0' apply false
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id 'org.jetbrains.kotlin.jvm' version '1.8.0' apply false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,5 @@ public void validate(GroovyLog.Msg msg) {
}
return recipe;
}

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,5 @@ public void validate(GroovyLog.Msg msg) {
}
return recipe;
}

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ public class HorsePower extends GroovyPropertyContainer {
public final Grindstone grindstone = new Grindstone();
public final ManualGrindstone manualGrindstone = new ManualGrindstone();
public final Press press = new Press();

}
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,5 @@ public void validate(GroovyLog.Msg msg) {
}
return recipe;
}

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,5 @@ public void validate(GroovyLog.Msg msg) {
}
return recipe;
}

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,5 @@ public void validate(GroovyLog.Msg msg) {
}
return recipe;
}

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ public class RandomThings extends GroovyPropertyContainer {

public final Imbuing imbuing = new Imbuing();
public final Anvil anvil = new Anvil();

}

0 comments on commit e897474

Please sign in to comment.