chore: Ktlint

This commit is contained in:
kaiserbh 2024-01-22 01:13:47 +11:00
parent bde81f67f2
commit 2bf426008b

View File

@ -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)