Skip to content

Commit

Permalink
fix ua/info rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed May 11, 2024
1 parent cf0c26e commit 26430c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ua/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{fmt, str::FromStr};
use super::{parse_http_user_agent, UserAgentParseError};

/// User Agent (UA) information.
///
///
/// See [the module level documentation](crate::ua) for more information.
#[derive(Debug, Clone)]
pub struct UserAgent {
Expand Down

0 comments on commit 26430c9

Please sign in to comment.