Skip to content

Commit 9cd89e5

Browse files
committed
fix:(spotlessApplyによる修正)
1 parent f6b543c commit 9cd89e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/com/gadgeski/bugcodex/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ class MainActivity : ComponentActivity() {
132132
prefs.edit { putBoolean(flagKey, true) }
133133
}
134134
}
135-
}
135+
}

app/src/main/java/com/gadgeski/bugcodex/ui/NotesViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,4 @@ class NotesViewModel @Inject constructor(
342342
android.util.Log.d("BugCodex", "Repository URL: $repoUrl")
343343
}
344344
}
345-
}
345+
}

0 commit comments

Comments
 (0)