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

chore: Run cargo fmt to fix CI (#7653)

steviez 3 hónapja
szülő
commit
6e300cbf90
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      validator/src/commands/run/args.rs

+ 1 - 1
validator/src/commands/run/args.rs

@@ -1476,7 +1476,7 @@ pub fn add_args<'a>(app: App<'a, 'a>, default_args: &'a DefaultArgs) -> App<'a,
                  This feature tracks obsolete accounts in the account storage entry allowing \
                  This feature tracks obsolete accounts in the account storage entry allowing \
                  for earlier cleaning of obsolete accounts in the storages and index. \
                  for earlier cleaning of obsolete accounts in the storages and index. \
                  At this time this feature is not compatible with booting from local \
                  At this time this feature is not compatible with booting from local \
-                 snapshot state and must unpack from archives."
+                 snapshot state and must unpack from archives.",
             )
             )
             .hidden(hidden_unless_forced()),
             .hidden(hidden_unless_forced()),
     )
     )