Skip to content

Commit

Permalink
fix java format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Oct 23, 2024
1 parent ec7bd25 commit 8e1f7c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import io.sentry.SentryDate;
import io.sentry.SentryDateProvider;

public class RNSentryTimeToDisplay {
public static void GetTimeToDisplay(Promise promise, SentryDateProvider dateProvider) {
public static class RNSentryTimeToDisplay {
public static void getTimeToDisplay(Promise promise, SentryDateProvider dateProvider) {
Looper mainLooper = Looper.getMainLooper();

if (mainLooper == null) {
Expand Down

0 comments on commit 8e1f7c2

Please sign in to comment.