Fix style

This commit is contained in:
Mygod
2018-06-01 20:31:27 +08:00
parent 8aa7d6d8c7
commit 33a36ff43b
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ complexity:
threshold: 10 threshold: 10
ignoreSingleWhenExpression: false ignoreSingleWhenExpression: false
LabeledExpression: LabeledExpression:
active: true active: false
LargeClass: LargeClass:
active: true active: true
threshold: 150 threshold: 150

View File

@@ -156,4 +156,4 @@ class RepeaterManager(private val parent: TetheringFragment) : Manager(), Servic
binder.groupChanged -= this binder.groupChanged -= this
data.onStatusChanged() data.onStatusChanged()
} }
} }