Skip to content

Commit 8e36b77

Browse files
authored
Removed trailing space.
1 parent a4aef83 commit 8e36b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/junit/java/androidx/test/ext/junit/rules/ActivityScenarioRule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* #getScenario()}. You may finish your activity manually in your test, it will not cause any
3434
* problems and this rule does nothing after the test in such cases.
3535
*
36-
* <p>This rule is an upgraded version of the now deprecated
36+
* <p>This rule is an upgraded version of the now deprecated
3737
* {@link androidx.test.rule.ActivityTestRule}.
3838
*
3939
* <p>This rule does not support calling scenario.getResult(). Use

0 commit comments

Comments
 (0)