mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
chore: format code
This commit is contained in:
parent
dd86f2b976
commit
dc6567f0ef
@ -55,9 +55,6 @@ proc toContentFrame*(frame: TextFrame): ContentFrame =
|
||||
proc initTextFrame*(text: string): TextFrame =
|
||||
result = TextFrame(encoding: ord(Utf8), text: text)
|
||||
|
||||
|
||||
|
||||
|
||||
proc `$`*(frame: TextFrame): string =
|
||||
|
||||
result = fmt"TextFrame(encoding:{TextEncoding(frame.encoding)} text:{frame.text})"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user