mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
Use unwrap
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ fn main() {
|
||||
.line_numbers(true)
|
||||
.input_files(std::env::args_os().skip(1))
|
||||
.print()
|
||||
.expect("no errors");
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user