mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 09:09:19 +08:00
rustfmt
This commit is contained in:
parent
24024b90b6
commit
8124953882
@ -31,9 +31,9 @@ impl FromSql for Value {
|
||||
let blob = try!(Vec::<u8>::column_result(stmt, col));
|
||||
serde_json::from_slice(&blob)
|
||||
}
|
||||
_ => return Err(Error::InvalidColumnType)
|
||||
_ => return Err(Error::InvalidColumnType),
|
||||
};
|
||||
value_result.map_err(|err| { Error::FromSqlConversionFailure(Box::new(err)) })
|
||||
value_result.map_err(|err| Error::FromSqlConversionFailure(Box::new(err)))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user