ktlint: Fix no-empty-first-line-in-method-block violations
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
7d5647b0ba
commit
81ddd5a115
6 changed files with 0 additions and 6 deletions
|
|
@ -91,7 +91,6 @@ abstract class StreamDAO : BasicDAO<StreamEntity> {
|
|||
newerStream.uid = existentMinimalStream.uid
|
||||
|
||||
if (!StreamTypeUtil.isLiveStream(newerStream.streamType)) {
|
||||
|
||||
// Use the existent upload date if the newer stream does not have a better precision
|
||||
// (i.e. is an approximation). This is done to prevent unnecessary changes.
|
||||
val hasBetterPrecision =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue