Skip to content

Commit 10d1c0b

Browse files
committed
removed semi-colon after class definition
1 parent 28fee75 commit 10d1c0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/com/donnfelker/android/bootstrap/authenticator/LogoutService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ protected void onException(Exception e) throws RuntimeException {
6868
super.onException(e);
6969
Log.e("LOGOUT_SERVICE", "Logout failed.", e.getCause());
7070
}
71-
};
72-
71+
}
7372
}

0 commit comments

Comments
 (0)