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 11, 2024
1 parent 4ce8c39 commit 2206098
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 2206098

Please sign in to comment.