Skip to content

Commit ae556b7

Browse files
committed
Merge pull request ReactiveX#90 from omo/style-fix
A style fix following ReactiveX#88
2 parents 518b0cc + 3dc973b commit ae556b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxandroid/src/test/java/rx/android/TestUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private TestUtil() {
2929
throw new AssertionError("No instances");
3030
}
3131

32-
static public final String STRING_EXPECTATION = "Hello";
32+
public static final String STRING_EXPECTATION = "Hello";
3333

3434
public static View createView() {
3535
return new View(Robolectric.application);

0 commit comments

Comments
 (0)