You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/src/cmd/cmd.rs b/src/cmd/cmd.rs
index 184a5f21e736..9eb3dd95d819 100644
--- a/src/cmd/cmd.rs
+++ b/src/cmd/cmd.rs
@@ -59,7 +59,8 @@ pub struct Add {
#[clap(num_args = 1.., required = true, value_hint = ValueHint::DirPath)]
pub paths: Vec<PathBuf>,
- /// The rank to increment the entry if it exists or initialize it with if it doesn't
+ /// The rank to increment the entry if it exists or initialize it with if it
+ /// doesn't
#[clap(short, long)]
pub score: Option<f64>,
}
The text was updated successfully, but these errors were encountered:
cargo fmt
make some change to HEADThe text was updated successfully, but these errors were encountered: