Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-hors committed Jul 5, 2020
1 parent 70f9c00 commit bd50455
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/serde_sample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,8 @@ fn main() {
}
}
}
println!("{}", serde_json::to_string_pretty(&champion.unwrap()).unwrap());
println!(
"{}",
serde_json::to_string_pretty(&champion.unwrap()).unwrap()
);
}

0 comments on commit bd50455

Please sign in to comment.