mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-30 13:07:52 +02:00
chore: Ktlint
This commit is contained in:
@ -34,8 +34,8 @@ class SyncDataJob(private val context: Context, workerParams: WorkerParameters)
|
||||
}
|
||||
|
||||
return try {
|
||||
//TODO: Uncomment this when the rest of sync PR is merged.
|
||||
// SyncManager(context).syncData()
|
||||
// TODO: Uncomment this when the rest of sync PR is merged.
|
||||
// SyncManager(context).syncData()
|
||||
Result.success()
|
||||
} catch (e: Exception) {
|
||||
logcat(LogPriority.ERROR, e)
|
||||
|
Reference in New Issue
Block a user