fix: remove trailing space (cargo fmt)

This commit is contained in:
drbh 2024-01-26 11:04:53 -05:00
parent 66292828e6
commit b6cfb1dd75

View File

@ -372,7 +372,7 @@ struct Args {
#[clap(long, env)]
tokenizer_config_path: Option<String>,
/// The path to the tokenizer config file. This path is used to load the tokenizer configuration which may
/// The path to the tokenizer config file. This path is used to load the tokenizer configuration which may
/// include a `chat_template`. If not provided, the default config will be used from the model hub.
#[clap(long, short, action)]
env: bool,