Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Apr 3, 2024
1 parent 54b2004 commit 4464137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ impl Session {
) -> Result<Option<ServerStats>> {
let query = query.trim_end_matches(';').trim();

if is_repl && query.starts_with("!") {
if is_repl && query.starts_with('!') {
return self.handle_commands(query).await;
}

Expand Down

0 comments on commit 4464137

Please sign in to comment.