Skip to content

Commit 353a715

Browse files
committed
formatted after multiline hint added
1 parent 7860f67 commit 353a715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/prompt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ impl Validator for MultiLineValidator {
421421
return Ok(ValidationResult::Incomplete);
422422
}
423423
}
424-
424+
425425
// Check for backslash continuation
426426
if input.ends_with('\\') {
427427
return Ok(ValidationResult::Incomplete);

0 commit comments

Comments
 (0)