Skip to content

Commit

Permalink
refactor: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Aug 29, 2023
1 parent 4290400 commit 67740fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fn write_line(mut buff: impl Write, op: &OperationSignature) -> std::fmt::Result

fn config(config: &[Field]) -> String {
if config.is_empty() {
return String::new();
String::new()
} else {
format!(
"with: {{ {} }}",
Expand Down

0 comments on commit 67740fc

Please sign in to comment.