Skip to content

Commit

Permalink
chore: Ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiserbh committed Jan 21, 2024
1 parent bde81f6 commit 2bf4260
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2bf4260

Please sign in to comment.