Explorar el Código

fix formatting

geni hace 6 años
padre
commit
e8a08ed938
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -30,7 +30,7 @@ dependencies {
 	modCompile "net.fabricmc:fabric:${project.fabric_version}"
 
     // Used for commands
-	modCompile "io.github.cottonmc:client-commands:${clientcommands_version}"
+    modCompile "io.github.cottonmc:client-commands:${clientcommands_version}"
     include "io.github.cottonmc:client-commands:${clientcommands_version}"
 
 	implementation 'com.google.code.gson:gson:2.8.5'