Skip to content

Commit ab22d4a

Browse files
committed
run cargo fmt
1 parent e2e9610 commit ab22d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/serde_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ where
6767
pub fn string_field_is_none_or_empty(opt: &Option<String>) -> bool {
6868
match opt.as_ref() {
6969
None => true,
70-
Some(s) => s.is_empty()
70+
Some(s) => s.is_empty(),
7171
}
7272
}

0 commit comments

Comments
 (0)