cargo fmt

This commit is contained in:
jesopo 2023-04-08 18:31:55 +00:00
parent e59b6b8c93
commit 660d5dc2fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//! ## usage
//!
//! ### tokenisation
//!
//!
//! ```
//! let bytes = b"@id=123 :jess!~jess@hostname PRIVMSG #chat :hello there!";
//! let line = irctokens::Line::tokenise(bytes).unwrap();