Skip to content

Commit

Permalink
Allow to use percent sign in the filter again
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpianista committed Feb 28, 2020
1 parent f3fc114 commit 0768f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ fn print_avg_formatted(
}
Some(x) => {
debug!("Unknown placeholder {}", x);
chars.next();
write!(t, "%").expect("term::write failed");
}
None => {}
},
Expand Down

0 comments on commit 0768f2c

Please sign in to comment.