Skip to content

Commit dc6567f

Browse files
committed
chore: format code
1 parent dd86f2b commit dc6567f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/content_types/all.nim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ proc toContentFrame*(frame: TextFrame): ContentFrame =
5555
proc initTextFrame*(text: string): TextFrame =
5656
result = TextFrame(encoding: ord(Utf8), text: text)
5757

58-
59-
60-
6158
proc `$`*(frame: TextFrame): string =
6259

6360
result = fmt"TextFrame(encoding:{TextEncoding(frame.encoding)} text:{frame.text})"

0 commit comments

Comments
 (0)