Skip to content

Commit c571f77

Browse files
committed
android: added white space
1 parent 2bf4968 commit c571f77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
}
2323

24-
//fail on android lint warnings if failOnWarning is set true
24+
// fail on android lint warnings if failOnWarning is set true
2525
lintOptions {
2626
abortOnError true
2727
if (rootProject.hasProperty("failOnWarnings") && rootProject.failOnWarnings.toBoolean()) {
@@ -52,7 +52,7 @@ dependencies {
5252
testImplementation libraries.truth
5353
}
5454

55-
//Enforce -Werror on java compiler if failOnWarning is set
55+
// Enforce -Werror on java compiler if failOnWarning is set
5656
tasks.withType(JavaCompile).configureEach {
5757
it.options.compilerArgs += ["-Xlint:all"]
5858
if (rootProject.hasProperty("failOnWarnings") && rootProject.failOnWarnings.toBoolean()) {

0 commit comments

Comments
 (0)