Skip to content

Commit e86846b

Browse files
committed
ktlint: Fix spacing-between-declarations-with-annotations violations
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent dcb2460 commit e86846b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ ktlint_standard_no-single-line-block-comment = disabled
3333
ktlint_standard_package-name = disabled
3434
ktlint_standard_parameter-list-wrapping = disabled
3535
ktlint_standard_property-naming = disabled
36-
ktlint_standard_spacing-between-declarations-with-annotations = disabled

app/src/main/java/org/schabi/newpipe/settings/export/BackupFileLocator.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import java.io.File
88
class BackupFileLocator(private val homeDir: File) {
99
companion object {
1010
const val FILE_NAME_DB = "newpipe.db"
11+
1112
@Deprecated(
1213
"Serializing preferences with Java's ObjectOutputStream is vulnerable to injections",
1314
replaceWith = ReplaceWith("FILE_NAME_JSON_PREFS")

0 commit comments

Comments
 (0)