Skip to content

Commit e838fc2

Browse files
committed
🚨 fix linter warning
1 parent 7243ee5 commit e838fc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qs-kotlin/src/test/kotlin/io/github/techouse/qskotlin/unit/QsParserSpec.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,8 @@ class QsParserSpec :
666666

667667
it("should allow for decoding keys and values") {
668668
val keyValueDecoder: Decoder = { content, _ ->
669-
// Note: Kotlin implementation doesn't distinguish between key and value decoding
669+
// Note: Kotlin implementation doesn't distinguish between key and value
670+
// decoding
670671
content?.lowercase()
671672
}
672673
val options = DecodeOptions(decoder = keyValueDecoder)

0 commit comments

Comments
 (0)