Formatting
This commit is contained in:
@@ -45,7 +45,7 @@ open class SourceManager(private val context: Context) {
|
||||
}
|
||||
|
||||
private fun createInternalSources(): List<Source> = listOf(
|
||||
LocalSource(context)
|
||||
LocalSource(context),
|
||||
)
|
||||
|
||||
inner class StubSource(override val id: Long) : Source {
|
||||
|
||||
Reference in New Issue
Block a user