Skip to content

Commit

Permalink
Remove useless white space
Browse files Browse the repository at this point in the history
  • Loading branch information
acatton committed May 26, 2024
1 parent dbf4e75 commit 0ec82b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/with.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub mod singleton_map {
/// }
/// }
/// # fn main() {}
/// ```
/// ```
pub struct SingletonMap<D> {
delegate: D,
}
Expand Down

0 comments on commit 0ec82b4

Please sign in to comment.