Josh Yan hace 8 meses
padre
commit
4da5d5beaa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      cmd/cmd.go

+ 2 - 2
cmd/cmd.go

@@ -139,13 +139,13 @@ func CreateHandler(cmd *cobra.Command, args []string) error {
 			bar.Set(resp.Completed)
 		} else if strings.Contains(resp.Status, "quantizing") {
 			spinner.Stop()
-	
+
 			if quantizeSpin != nil {
 				quantizeSpin.SetMessage(resp.Status)
 			} else {
 				quantizeSpin = progress.NewSpinner(resp.Status)
 				p.Add("quantize", quantizeSpin)
-			}	
+			}
 		} else if status != resp.Status {
 			spinner.Stop()