Skip to content

Commit

Permalink
Fix detekt issue for NewLineAtEndOfFile in CoroutinesScopesModule.kt #56
Browse files Browse the repository at this point in the history
VahidGarousi committed Mar 17, 2023
1 parent 31624ac commit 010165f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -20,4 +20,4 @@ object CoroutinesScopesModule {
// Run this code when providing an instance of CoroutineScope
return CoroutineScope(SupervisorJob() + defaultDispatcher)
}
}
}

0 comments on commit 010165f

Please sign in to comment.