Skip to content

Commit

Permalink
Convert lines from space- to tab-idented for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
reoseah authored and Chocohead committed May 21, 2019
1 parent 062fd8c commit 379a12c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
buildscript {
repositories {
jcenter()
repositories {
jcenter()
maven {
name = "Fabric"
url = "https://maven.fabricmc.net/"
}
name = "Fabric"
url = "https://maven.fabricmc.net/"
}
maven {
name = "Forge"
url = "https://files.minecraftforge.net/maven/"
Expand Down Expand Up @@ -75,4 +75,4 @@ artifacts {
archives(exampleJar) {
builtBy exampleJar
}
}
}

0 comments on commit 379a12c

Please sign in to comment.