Skip to content

Commit 2fb9341

Browse files
committed
Fix codestyle
1 parent f8d21a9 commit 2fb9341

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

library/src/test/java/com/mapbox/android/gestures/AndroidGesturesManagerTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ public void setMutuallyExclusivesTest() throws Exception {
7575

7676
@Test
7777
public void onSingleTapModifyDetectorsTest() {
78-
final StandardGestureDetector standardGestureDetector = new StandardGestureDetector(RuntimeEnvironment.getApplication().getApplicationContext(), androidGesturesManager);
78+
final StandardGestureDetector standardGestureDetector = new StandardGestureDetector(
79+
RuntimeEnvironment.getApplication().getApplicationContext(),
80+
androidGesturesManager
81+
);
7982

8083
androidGesturesManager.setStandardGestureListener(new StandardGestureDetector.SimpleStandardOnGestureListener() {
8184
@Override

0 commit comments

Comments
 (0)