Skip to content

Commit f18e94d

Browse files
committed
no more mavenlocal and spotless
1 parent 33f1ceb commit f18e94d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ allprojects {
5252
apply(plugin = "io.gitlab.arturbosch.detekt")
5353

5454
repositories {
55-
mavenLocal()
5655
maven {
5756
name = "GitHubPackages"
5857
url = uri("https://maven.pkg.github.com/Cosmo-Tech/cosmotech-api-common")

metrics/src/main/kotlin/com/cosmotech/metrics/MetricsServiceImpl.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ class MetricsServiceImpl(
133133

134134
private fun getMetricLabels(metricLabels: Map<String, String>): Map<String, String> {
135135
val labels =
136-
mutableMapOf(
137-
"downsampling" to "false",
138-
)
136+
mutableMapOf(
137+
"downsampling" to "false",
138+
)
139139

140140
labels.putAll(metricLabels)
141141
return labels.toMap()

0 commit comments

Comments
 (0)