remove extra line

This commit is contained in:
yggverse 2024-12-14 06:23:10 +02:00
parent bdc2b50940
commit 7e9c574d4a

View file

@ -6,7 +6,6 @@ pub use error::Error;
use glib::{GString, Regex, RegexCompileFlags, RegexMatchFlags}; use glib::{GString, Regex, RegexCompileFlags, RegexMatchFlags};
/// https://geminiprotocol.net/docs/gemtext-specification.gmi#media-type-parameters /// https://geminiprotocol.net/docs/gemtext-specification.gmi#media-type-parameters
pub struct Mime { pub struct Mime {
pub value: String, pub value: String,
} }