Skip to content

Commit

Permalink
Fix no-blank-line-before-rbrace
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Dec 12, 2024
1 parent 58c3654 commit ecb56d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ktor-utils/jvm/test/io/ktor/tests/utils/FileChannelTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,4 @@ class FileChannelTest {
assertEquals(5, file.length())
assertEquals("Hello", file.readText())
}

}

0 comments on commit ecb56d2

Please sign in to comment.