Skip to content

Commit ef05b8b

Browse files
committed
lint
1 parent f7de324 commit ef05b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/no/nav/navansatt/ActiveDirectoryClient.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package no.nav.navansatt
22

3+
import io.opentelemetry.api.trace.SpanKind
4+
import io.opentelemetry.instrumentation.annotations.WithSpan
35
import kotlinx.coroutines.Dispatchers
46
import kotlinx.coroutines.withContext
57
import org.apache.commons.text.StringEscapeUtils
6-
import io.opentelemetry.api.trace.SpanKind
7-
import io.opentelemetry.instrumentation.annotations.WithSpan
88
import org.slf4j.LoggerFactory
99
import java.util.Hashtable
1010
import java.util.regex.Pattern

0 commit comments

Comments
 (0)