mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 13:54:27 +01:00
fix fmt
This commit is contained in:
@@ -392,7 +392,10 @@ pub fn emit_from_clause_subqueries(
|
||||
},
|
||||
Operation::IndexMethodQuery(query) => {
|
||||
let index_method = query.index.index_method.as_ref().unwrap();
|
||||
format!("QUERY INDEX METHOD {}", index_method.definition().method_name)
|
||||
format!(
|
||||
"QUERY INDEX METHOD {}",
|
||||
index_method.definition().method_name
|
||||
)
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user