Commit 8b24b630 authored by Tyler Neely's avatar Tyler Neely

README spacing

parent 4e887235
......@@ -24,7 +24,7 @@ fn main() {
println!("did not read valid utf-8 out of the db"),
}});
db.get(b"NOT my key").on_absent(|| { println!("value not found") });
db.get(b"NOT my key").on_absent( || { println!("value not found") });
db.close();
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment