Forráskód Böngészése

lint: add a bag of `;`

sbatial 2 éve
szülő
commit
8db48925af
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/options/parser.rs

+ 1 - 1
src/options/parser.rs

@@ -201,7 +201,7 @@ impl Args {
                                 result_flags.push((flag, Some(next_arg)));
                                 result_flags.push((flag, Some(next_arg)));
                             }
                             }
                             else {
                             else {
-                                return Err(ParseError::NeedsValue { flag, values })
+                                return Err(ParseError::NeedsValue { flag, values });
                             }
                             }
                         }
                         }
                         TakesValue::Optional(_) => {
                         TakesValue::Optional(_) => {