From b6cfb1dd75bdba4323f2e1948c5da0f5c5d1ce0b Mon Sep 17 00:00:00 2001 From: drbh Date: Fri, 26 Jan 2024 11:04:53 -0500 Subject: [PATCH] fix: remove trailing space (cargo fmt) --- launcher/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/main.rs b/launcher/src/main.rs index 95b73f75..7205dc9a 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -372,7 +372,7 @@ struct Args { #[clap(long, env)] tokenizer_config_path: Option, - /// 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,