mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
cargo fmt
This commit is contained in:
@@ -285,7 +285,10 @@ impl ProgramState {
|
||||
}
|
||||
|
||||
pub fn get_parameter(&self, index: NonZero<usize>) -> OwnedValue {
|
||||
self.parameters.get(&index).cloned().unwrap_or(OwnedValue::Null)
|
||||
self.parameters
|
||||
.get(&index)
|
||||
.cloned()
|
||||
.unwrap_or(OwnedValue::Null)
|
||||
}
|
||||
|
||||
pub fn reset(&mut self) {
|
||||
|
||||
Reference in New Issue
Block a user