Skip to content

Commit 6481cdf

Browse files
committed
Format code
1 parent 8a44963 commit 6481cdf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sentry/src/main/java/io/sentry/SentryReplayOptions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ public interface ReplayFrameObserver {
5656
* @param frameTimestamp the timestamp (in milliseconds since epoch) when the frame was captured
5757
* @param screenName the current screen name, or {@code null} if unknown
5858
*/
59-
void onMaskedFrameCaptured(@NotNull Hint hint, long frameTimestamp, @Nullable String screenName);
59+
void onMaskedFrameCaptured(
60+
@NotNull Hint hint, long frameTimestamp, @Nullable String screenName);
6061
}
6162

6263
private static final String CUSTOM_MASKING_INTEGRATION_NAME = "ReplayCustomMasking";

0 commit comments

Comments
 (0)