We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd86f2b commit dc6567fCopy full SHA for dc6567f
src/content_types/all.nim
@@ -55,9 +55,6 @@ proc toContentFrame*(frame: TextFrame): ContentFrame =
55
proc initTextFrame*(text: string): TextFrame =
56
result = TextFrame(encoding: ord(Utf8), text: text)
57
58
-
59
60
61
proc `$`*(frame: TextFrame): string =
62
63
result = fmt"TextFrame(encoding:{TextEncoding(frame.encoding)} text:{frame.text})"
0 commit comments