Adding missing end-of-file newlines...

master
Jordan Terrell 5 years ago
parent 17cef473a3
commit 8f843a8eb7
  1. 2
      tests/test_compationfilter.rs
  2. 2
      tests/test_db.rs
  3. 2
      tests/util/mod.rs

@ -48,4 +48,4 @@ fn compaction_filter_test() {
assert!(db.get(b"_k").unwrap().is_none());
assert_eq!(&*db.get(b"%k").unwrap().unwrap(), b"secret");
}
}
}

@ -180,4 +180,4 @@ fn set_option_test() {
];
db.set_options(&multiple_options).unwrap();
}
}
}

@ -39,4 +39,4 @@ impl AsRef<Path> for DBPath {
fn as_ref(&self) -> &Path {
&self.path
}
}
}

Loading…
Cancel
Save