mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Update dependency org.jmailen.kotlinter to v5 (#176)
* Update dependency org.jmailen.kotlinter to v5 * Fix build * Lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Syer10 <syer10@users.noreply.github.com>
This commit is contained in:
@@ -244,13 +244,17 @@ class SourceRepositoryImpl(
|
||||
)
|
||||
}
|
||||
|
||||
else -> SourceFilter.Header(index, "")
|
||||
else -> {
|
||||
SourceFilter.Header(index, "")
|
||||
}
|
||||
}
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
else -> SourceFilter.Header(index, "")
|
||||
else -> {
|
||||
SourceFilter.Header(index, "")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user