Skip to content

Commit 8f3b337

Browse files
runningcodeclaude
andcommitted
style(samples): Reflow comment for proper line length (EME-413)
Applied spotlessApply formatting to wrap long comment line. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9c228e4 commit 8f3b337

File tree

1 file changed

+2
-1
lines changed
  • sentry-samples/sentry-samples-android/src/main/java/io/sentry/samples/android

1 file changed

+2
-1
lines changed

sentry-samples/sentry-samples-android/src/main/java/io/sentry/samples/android/MainActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ public void run() {
317317
view -> {
318318
Toast.makeText(this, "Checking for updates...", Toast.LENGTH_SHORT).show();
319319
Future<UpdateStatus> future = Sentry.distribution().checkForUpdate();
320-
// In production, convert this to use your preferred async library (RxJava, Coroutines, etc.)
320+
// In production, convert this to use your preferred async library (RxJava, Coroutines,
321+
// etc.)
321322
// This sample uses raw threads and Future.get() for simplicity
322323
// Process result on background thread, then update UI
323324
new Thread(

0 commit comments

Comments
 (0)