Skip to content

Commit 04a74f9

Browse files
committed
remove redundant starting space
1 parent 52b6aac commit 04a74f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aks-agent/azext_aks_agent/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def load_arguments(self, _):
4848
)
4949
c.argument(
5050
"model",
51-
help=" Specify the LLM provider and model or deployment to use for the AI assistant.",
51+
help="Specify the LLM provider and model or deployment to use for the AI assistant.",
5252
required=False,
5353
type=str,
5454
)

0 commit comments

Comments
 (0)