Skip to content

Commit

Permalink
fix: code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Oct 27, 2024
1 parent 3b66468 commit 03bd9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aionbot-core/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ mod tests {
assert!(!router.matches(&"!not cmd".to_string()));
assert!(!router.matches(&"/cmd arg1 arg2".to_string()))
}
}
}

0 comments on commit 03bd9f5

Please sign in to comment.