Skip to content

Commit

Permalink
Fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Apr 8, 2024
1 parent 161bd87 commit 52559af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cp437.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ impl FromCp437 for Box<[u8]> {
String::from_utf8(self.into()).unwrap()
} else {
self.iter().copied().map(to_char).collect()
}.into_boxed_str()
}
.into_boxed_str()
}
}

Expand Down

0 comments on commit 52559af

Please sign in to comment.