Skip to content

Commit 970bc4c

Browse files
committed
Run rustfmt on the code
Only one line changed. That's pretty good!
1 parent 05bbe15 commit 970bc4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/pretty.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ extern crate slog_json;
55

66
use slog::Drain;
77

8-
98
fn main() {
109
let drain = slog_json::Json::new(std::io::stdout())
1110
.set_pretty(true)

0 commit comments

Comments
 (0)