Skip to content

Commit 3bb8fbc

Browse files
author
simonh5
committed
clean code
1 parent d938844 commit 3bb8fbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle-modify/modify_gradle.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def modify(path, version, subModules):
1616

1717
dependencies = f"""
1818
classpath("edu.illinois:plugin:{version}")
19-
"""
19+
"""
2020

2121
full_buildscript = """buildscript {
2222
repositories {
@@ -32,10 +32,10 @@ def modify(path, version, subModules):
3232
""" % version
3333

3434
mavenString = """
35-
maven {
36-
url = uri('https://plugins.gradle.org/m2/')
37-
}
38-
"""
35+
maven {
36+
url = uri('https://plugins.gradle.org/m2/')
37+
}
38+
"""
3939

4040

4141
lines = f2.read()

0 commit comments

Comments
 (0)