Browse Source

Fix lint errors

DarthSim 3 years ago
parent
commit
bab2dbe4b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      processing/processing.go

+ 1 - 1
processing/processing.go

@@ -273,7 +273,7 @@ func ProcessImage(ctx context.Context, imgdata *imagedata.ImageData, po *options
 		}
 
 		log.Warningf(
-			"Minimal dimension of AVIF is 16, current image size is %dx%d. Image will be saved as %s", 
+			"Minimal dimension of AVIF is 16, current image size is %dx%d. Image will be saved as %s",
 			img.Width(), img.Height(), po.Format,
 		)
 	}