Skip to content

Commit

Permalink
Fix: Adjust Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitZeta committed Feb 27, 2024
1 parent d0c186e commit e43024c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions os_info/src/linux/lsb_release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,10 @@ mod tests {
#[test]
fn ultramarine() {
let parse_results = parse(ultramarine_file());
assert_eq!(parse_results.distribution, Some("UltramarineLinux".to_string()));
assert_eq!(
parse_results.distribution,
Some("UltramarineLinux".to_string())
);
assert_eq!(parse_results.version, Some("39".to_string()));
assert_eq!(parse_results.codename, Some("kuma".to_string()));
}
Expand Down Expand Up @@ -543,7 +546,6 @@ mod tests {
}

fn ultramarine_file() -> &'static str {

"LSB Version: n/a\n\
Distributor ID: UltramarineLinux\n\
Description: Ultramarine Linux 39 (Kuma)\n\
Expand Down

0 comments on commit e43024c

Please sign in to comment.