Skip to content

Commit

Permalink
Fix: Remove Trailing Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitZeta committed Feb 27, 2024
1 parent e43024c commit 195b313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_info/src/linux/lsb_release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ mod tests {
fn ultramarine() {
let parse_results = parse(ultramarine_file());
assert_eq!(
parse_results.distribution,
parse_results.distribution,
Some("UltramarineLinux".to_string())
);
assert_eq!(parse_results.version, Some("39".to_string()));
Expand Down

0 comments on commit 195b313

Please sign in to comment.