diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-03-22 11:09:13 +0200 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-03-22 11:09:13 +0200 |
commit | 78303bfabb51be490fa46e2ab79ac984e8b6ef87 (patch) | |
tree | d905fbe0b5e2b819a507cbaa363018e9cb02060e | |
parent | 1c38931f55388b2c42fcec4efa0b0e00ec309643 (diff) | |
download | LibGui-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.gradle | 2 |
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) |