We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f303b2a commit b491f3aCopy full SHA for b491f3a
src/onefetch/info.rs
@@ -82,7 +82,7 @@ impl std::fmt::Display for Info {
82
)?;
83
}
84
85
- if !self.config.disabled_fields.version && !self.version.is_empty(){
+ if !self.config.disabled_fields.version && !self.version.is_empty() {
86
writeln!(
87
f,
88
"{}{}",
0 commit comments