diff options
| author | Fuwn <[email protected]> | 2022-06-02 04:04:27 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-02 04:04:27 +0000 |
| commit | 96c139a26a94cf0fd4d531df3c07156b3b531568 (patch) | |
| tree | ed2f288d32a8a69947f3a67bfa437021015e5f05 /src/request | |
| parent | docs(cargo): bump version to 0.2.3 (diff) | |
| download | germ-96c139a26a94cf0fd4d531df3c07156b3b531568.tar.xz germ-96c139a26a94cf0fd4d531df3c07156b3b531568.zip | |
feat(germ): ast struct
Diffstat (limited to 'src/request')
| -rw-r--r-- | src/request/status.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/request/status.rs b/src/request/status.rs index c8c3ae4..f46059a 100644 --- a/src/request/status.rs +++ b/src/request/status.rs @@ -16,8 +16,7 @@ // Copyright (C) 2022-2022 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only -use std::fmt; -use std::fmt::Formatter; +use std::{fmt, fmt::Formatter}; /// Simple Gemini status reporting /// |