Skip to content

Commit 5c8371f

Browse files
committed
Fix lint
1 parent 7fbc6d4 commit 5c8371f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

crates/vespertide-cli/src/commands/revision.rs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,13 @@ mod tests {
800800

801801
#[test]
802802
fn test_print_fill_with_item_and_get_prompt_no_type() {
803-
let prompt =
804-
print_fill_with_item_and_get_prompt("orders", "status", None, None, "ModifyColumnNullable");
803+
let prompt = print_fill_with_item_and_get_prompt(
804+
"orders",
805+
"status",
806+
None,
807+
None,
808+
"ModifyColumnNullable",
809+
);
805810
assert!(prompt.contains("Enter fill value for"));
806811
assert!(prompt.contains("orders"));
807812
assert!(prompt.contains("status"));

0 commit comments

Comments
 (0)