gofmt: fix indentation in create.go

Signed-off-by: samay43 <samayrbhat43@gmail.com>
This commit is contained in:
samay43
2026-08-13 09:44:47 +05:30
parent 52f7c24084
commit c27a661d1d
+1 -1
View File
@@ -46,7 +46,7 @@ func NewCreateCommand(f client.Factory, use string) *cobra.Command {
c := &cobra.Command{
Use: use + " NAME",
Short: "Create a backup",
Args: func(c *cobra.Command, args []string) error {
Args: func(c *cobra.Command, args []string) error {
if err := cobra.MaximumNArgs(1)(c, args); err != nil {
return err
}