Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed Jan 30, 2021
1 parent d13b09e commit 97acf37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ org.gradle.jvmargs=-Xmx1G

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.25.1+build.416-1.16
# fabric_version=0.25.1+build.416-1.16
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ public String version() {
return name;
}

public static void noop() {

}
public static void noop() { }

static {
CarpetServer.manageExtension(instance);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ public abstract class CarpetServerMixin
at = @At(value = "HEAD"),
remap = false
)
private static void registerCarpetExtension(CallbackInfo ci)
{
private static void registerCarpetExtension(CallbackInfo ci) {
IvanCarpetAdditionServer.noop();
}
}

0 comments on commit 97acf37

Please sign in to comment.