Skip to content

Commit b7f4d2a

Browse files
[autofix.ci] apply automated fixes
1 parent 5252262 commit b7f4d2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/forge_main/src/model.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,10 @@ impl AppCommand {
766766
/// `on_show_commands`, so they must be excluded from the COMMAND loop to
767767
/// avoid duplicate entries in `list commands --porcelain`.
768768
pub fn is_agent_switch(&self) -> bool {
769-
matches!(self, AppCommand::Forge | AppCommand::Muse | AppCommand::Sage)
769+
matches!(
770+
self,
771+
AppCommand::Forge | AppCommand::Muse | AppCommand::Sage
772+
)
770773
}
771774
}
772775

0 commit comments

Comments
 (0)