Skip to content

Commit 88fc710

Browse files
committed
chore: remove unnecessary whitespace in build.gradle and profile-release.gradle
1 parent 2507724 commit 88fc710

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ if (System.getProperty('profile') == "release") {
200200
apply from: 'gradle/profile-release.gradle'
201201
}
202202

203-
apply from: 'gradle/updateCff.gradle'
203+
apply from: 'gradle/updateCff.gradle'

gradle/profile-release.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ apply plugin: 'net.researchgate.release'
1818
apply plugin: 'maven-publish'
1919
apply plugin: 'signing'
2020

21-
2221
//for plugin net.researchgate.release
2322
//see https://github.com/researchgate/gradle-release
2423
release {

0 commit comments

Comments
 (0)