Skip to content

Commit 9ad55df

Browse files
committed
💚 linting
1 parent 8000da0 commit 9ad55df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"github.com/ARM-software/golang-utils/utils/http/api"
1515
)
1616

17-
// IsCallSuccessful determines whether an API response is successful or not
1817
// Deprecated: Use github.com/ARM-software/golang-utils/utils/http/api instead
18+
// IsCallSuccessful determines whether an API response is successful or not
1919
func IsCallSuccessful(r *http.Response) bool {
2020
return api.IsCallSuccessful(r)
2121
}

0 commit comments

Comments
 (0)