aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2022-03-22 11:09:13 +0200
committerJuuz <6596629+Juuxel@users.noreply.github.com>2022-03-22 11:09:13 +0200
commit78303bfabb51be490fa46e2ab79ac984e8b6ef87 (patch)
treed905fbe0b5e2b819a507cbaa363018e9cb02060e
parent1c38931f55388b2c42fcec4efa0b0e00ec309643 (diff)
downloadLibGui-78303bfabb51be490fa46e2ab79ac984e8b6ef87.tar.gz
LibGui-78303bfabb51be490fa46e2ab79ac984e8b6ef87.tar.bz2
LibGui-78303bfabb51be490fa46e2ab79ac984e8b6ef87.zip
Fix indentation in build.gradle
Why does IDEA insist on throwing spaces everywhere???
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 73f141f..26d2e4a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ dependencies {
'fabric-api-base',
'fabric-lifecycle-events-v1',
'fabric-networking-api-v1',
- 'fabric-rendering-v1',
+ 'fabric-rendering-v1',
]
for (def module : fabricApiModules) {
modImplementation fabricApi.module(module, project.fabric_version)