Skip to content

Commit 9aaadc6

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 367bb10 commit 9aaadc6

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
@@ -312,7 +312,8 @@ public void run() {
312312
view -> {
313313
Toast.makeText(this, "Checking for updates...", Toast.LENGTH_SHORT).show();
314314
Future<UpdateStatus> future = Sentry.distribution().checkForUpdate();
315-
// In production, convert this to use your preferred async library (RxJava, Coroutines, etc.)
315+
// In production, convert this to use your preferred async library (RxJava, Coroutines,
316+
// etc.)
316317
// This sample uses raw threads and Future.get() for simplicity
317318
// Process result on background thread, then update UI
318319
new Thread(

0 commit comments

Comments
 (0)