Преглед изворни кода

fix(cli): add missing closing bracket (#9466)

Amr Bashir пре 1 година
родитељ
комит
1d39876f97
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      tooling/cli/src/info/env_nodejs.rs

+ 1 - 0
tooling/cli/src/info/env_nodejs.rs

@@ -53,6 +53,7 @@ pub fn items(metadata: &VersionMetadata) -> Vec<SectionItem> {
                   )
                 }
                 _ => "".into(),
+              }
             }))
           } else {
             ActionResult::None