mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-04-12 06:58:15 +02:00
Fix linting error
This commit is contained in:
parent
3b83fb04b2
commit
9e3a1c6c2a
@ -20047,7 +20047,7 @@ DQoNCg0KDQoNCgAA
|
|||||||
|
|
||||||
func cmykProfilePath() (string, error) {
|
func cmykProfilePath() (string, error) {
|
||||||
if _cmykProfilePath == "" {
|
if _cmykProfilePath == "" {
|
||||||
cmykProfile, _ := base64.StdEncoding.DecodeString(strings.Replace(cmykProfile64, "\n", "", -1))
|
cmykProfile, _ := base64.StdEncoding.DecodeString(strings.ReplaceAll(cmykProfile64, "\n", ""))
|
||||||
|
|
||||||
f, err := ioutil.TempFile("", "")
|
f, err := ioutil.TempFile("", "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user