Skip to content

Commit

Permalink
Clean up tab characters copied from gnuplot doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 22, 2017
1 parent bcfd413 commit 1bd794c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ fn draw_graph(flags: &Flags, table: Vec<Row>) {
captions.push(flags.arg_crate[i].replace('_', "\\\\_"));
}

let mut fg = Figure::new();
let mut fg = Figure::new();
{
// Create plot
let axes = fg.axes2d();
Expand Down Expand Up @@ -374,7 +374,7 @@ fn draw_graph(flags: &Flags, table: Vec<Row>) {
}
}
}
fg.show();
fg.show();
}

fn float_year(dt: &DateTime<Utc>) -> f64 {
Expand Down

0 comments on commit 1bd794c

Please sign in to comment.