Skip to content

Commit d46a46c

Browse files
RBusarowkodiakhq[bot]
authored andcommitted
Apply KtLint format
Signed-off-by: GitHub Actions <actions@github.com>
1 parent 533ce5b commit d46a46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modulecheck-core/src/main/kotlin/modulecheck/core/context/OverShotDependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import java.util.concurrent.ConcurrentMap
2727
data class OverShotDependencies(
2828
internal val delegate: ConcurrentMap<ConfigurationName, Set<OverShotDependencyFinding>>
2929
) : ConcurrentMap<ConfigurationName, Set<OverShotDependencyFinding>> by delegate,
30-
ProjectContext.Element {
30+
ProjectContext.Element {
3131

3232
override val key: ProjectContext.Key<OverShotDependencies>
3333
get() = Key

0 commit comments

Comments
 (0)