A stylistic adjustment

This commit is contained in:
Ivan Ukhov 2015-06-03 13:04:12 -04:00
parent 5e232e0757
commit a4ddec7ce5

View File

@ -26,7 +26,7 @@ impl Database {
/// Execute an SQL statement.
pub fn execute<'l>(&self, sql: &str, callback: Option<&mut ExecuteCallback<'l>>)
-> Result<()> {
-> Result<()> {
unsafe {
match callback {