Skip to content

Commit 668bd6b

Browse files
committed
ktlint
1 parent f2c3c1f commit 668bd6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/lint/src/main/kotlin/CheckRegistry.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CheckRegistry : IssueRegistry() {
2828
KotlinInteropDetector.PLATFORM_NULLNESS,
2929
NonAndroidxNullabilityDetector.NON_ANDROIDX_NULLABILITY,
3030
DeferredApiDetector.INVALID_DEFERRED_API_USE,
31-
ProviderAssignmentDetector.INVALID_PROVIDER_ASSIGNMENT,
31+
ProviderAssignmentDetector.INVALID_PROVIDER_ASSIGNMENT
3232
// TODO(vkryachko): enable the check after migration.
3333
// ThreadPoolDetector.THREAD_POOL_CREATION
3434
)

tools/lint/src/main/kotlin/ThreadPoolDetector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ class ThreadPoolDetector : Detector(), SourceCodeScanner {
6161
implementation = IMPLEMENTATION
6262
)
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)