Browse Source

fix formatting

geni 6 năm trước cách đây
mục cha
commit
e8a08ed938
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'