Whitespaces

This commit is contained in:
arkpar 2016-02-21 16:58:56 +01:00
parent bcc4ca48ab
commit 67cd29f4e1

View File

@ -94,7 +94,8 @@ impl Database {
opts.set_max_background_compactions(4); opts.set_max_background_compactions(4);
opts.set_max_background_flushes(4); opts.set_max_background_flushes(4);
opts.set_filter_deletes(false); opts.set_filter_deletes(false);
opts.set_disable_auto_compactions(false);*/ opts.set_disable_auto_compactions(false);
*/
if let Some(size) = config.prefix_size { if let Some(size) = config.prefix_size {
let mut block_opts = BlockBasedOptions::new(); let mut block_opts = BlockBasedOptions::new();
@ -147,7 +148,6 @@ impl Database {
} }
} }
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use hash::*; use hash::*;