Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Aug 22, 2023
1 parent 745e994 commit be6328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquadoggo/src/db/stores/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ async fn get_document_view_field_rows(
document_view_fields.document_view_id = $1
ORDER BY
operation_fields_v1.list_index ASC
"
",
)
.bind(id.to_string())
.fetch_all(pool)
Expand Down

0 comments on commit be6328f

Please sign in to comment.