Skip to content

Commit 4a8d6d9

Browse files
committed
[CodeFactor] Apply fixes
1 parent 135913a commit 4a8d6d9

File tree

7 files changed

+7
-15
lines changed

7 files changed

+7
-15
lines changed

androidApp/src/main/java/com/mrboomdev/awery/sources/SourcePreferences.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ import com.mrboomdev.awery.ext.source.Preferences
55

66
abstract class SourcePreferences(
77
val source: AbstractSource
8-
): Preferences {
9-
}
8+
): Preferences
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.mrboomdev.awery.sources.cloudstream
22

3-
class CloudstreamSource {
4-
}
3+
class CloudstreamSource
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.mrboomdev.awery.sources.kaguya
22

3-
class KaguyaSource {
4-
}
3+
class KaguyaSource
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.mrboomdev.awery.sources.lnreader
22

3-
class LnReaderSource {
4-
}
3+
class LnReaderSource
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.mrboomdev.awery.sources.miru
22

3-
class MiruSource {
4-
}
3+
class MiruSource
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.mrboomdev.awery.ui.tv.components
22

3-
class TvSetting {
4-
}
3+
class TvSetting

shared/src/commonMain/kotlin/com/mrboomdev/awery/ui/screens/player/PlayerViewModel.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ package com.mrboomdev.awery.ui.screens.player
22

33
import androidx.lifecycle.ViewModel
44

5-
class PlayerViewModel: ViewModel() {
6-
7-
}
5+
class PlayerViewModel: ViewModel()

0 commit comments

Comments
 (0)