We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e9610 commit ab22d4aCopy full SHA for ab22d4a
src/commands/serde_utils.rs
@@ -67,6 +67,6 @@ where
67
pub fn string_field_is_none_or_empty(opt: &Option<String>) -> bool {
68
match opt.as_ref() {
69
None => true,
70
- Some(s) => s.is_empty()
+ Some(s) => s.is_empty(),
71
}
72
0 commit comments