mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-17 23:24:19 +01:00
syntactic changes: remove unneeded parentheses
This commit is contained in:
@@ -135,7 +135,7 @@ pub enum Command {
|
||||
|
||||
impl Command {
|
||||
fn min_args(&self) -> usize {
|
||||
(match self {
|
||||
1 + match self {
|
||||
Self::Quit
|
||||
| Self::Schema
|
||||
| Self::Help
|
||||
@@ -150,7 +150,7 @@ impl Command {
|
||||
| Self::NullValue
|
||||
| Self::LoadExtension => 1,
|
||||
Self::Import => 2,
|
||||
} + 1) // argv0
|
||||
} // argv0
|
||||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
|
||||
Reference in New Issue
Block a user