Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 21, 2022
1 parent 8ebcaa2 commit 8b49d10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CurrentActivityHolder {

private static final @NotNull CurrentActivityHolder instance = new CurrentActivityHolder();

private CurrentActivityHolder() { }
private CurrentActivityHolder() {}

private @Nullable WeakReference<Activity> currentActivity;

Expand Down

0 comments on commit 8b49d10

Please sign in to comment.