summaryrefslogtreecommitdiffstats
path: root/benches
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-12-13 16:41:35 +0100
committerCanop <cano.petrole@gmail.com>2020-12-13 17:22:07 +0100
commit2c06c7ca0a580618d932325e15d8d40e7640f24d (patch)
tree5764d009d564a514a285426be6ce497cc65660c9 /benches
parentee4f93f4919be4e716bb9b73476473bbc8bd7159 (diff)
keep selection visible on unfiltering
The selection was sometimes scrolled away on unfiltering. Also change some formatting.
Diffstat (limited to 'benches')
-rw-r--r--benches/path_normalization.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/benches/path_normalization.rs b/benches/path_normalization.rs
index 38b586d..db42e36 100644
--- a/benches/path_normalization.rs
+++ b/benches/path_normalization.rs
@@ -20,7 +20,6 @@ static PATHS: &[&str] = &[
"π/2",
];
-
fn normalization_benchmark(c: &mut Criterion) {
c.bench_function("normalize_path", |b| {
b.iter(|| {
@@ -33,4 +32,3 @@ fn normalization_benchmark(c: &mut Criterion) {
criterion_group!(benches, normalization_benchmark);
criterion_main!(benches);
-