Skip to content

Commit c0a2118

Browse files
committed
fixing space issue
1 parent b33549e commit c0a2118

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

junit-4/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ task sampleLocalTest(type: Test) {
4747
include 'com/browserstack/LocalTest*'
4848

4949
jvmArgs "-javaagent:${configurations.testRuntimeClasspath.find { it.name.contains('browserstack-java-sdk') }}"
50-
}
50+
}

junit-4/android/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pluginManagement {
1212
}
1313
}
1414
}
15-
}
15+
}

junit-4/ios/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ task sampleLocalTest(type: Test) {
4747
include 'com/browserstack/LocalTest*'
4848

4949
jvmArgs "-javaagent:${configurations.testRuntimeClasspath.find { it.name.contains('browserstack-java-sdk') }}"
50-
}
50+
}

junit-4/ios/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pluginManagement {
1212
}
1313
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)