]> git.ipfire.org Git - thirdparty/suricata.git/commit
telnet: apply rustfmt to parse_request
authorJuliana Fajardini <jufajardini@gmail.com>
Wed, 9 Feb 2022 13:29:45 +0000 (13:29 +0000)
committerVictor Julien <vjulien@oisf.net>
Wed, 16 Feb 2022 13:24:38 +0000 (14:24 +0100)
commit71cbd2bf0ed99e629caf69103af14311b89b0f63
tree8e545328c844667710e5db31ab145e9201b208e5
parent8adf172ab896f54ddb97ef7faac444f9db7ea2ae
telnet: apply rustfmt to parse_request

When we want to share our code in our documentation pages, the current
rust formatting isn't so nice to read. Formatted just the portion of
the code that will be shown, for now.
rust/src/telnet/telnet.rs