You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lint): remove unused error return from applySaturationDecisions
applySaturationDecisions logs and handles all errors inline, never
returning a non-nil error. Remove the error return and simplify the
caller in optimize(). Fixes the unparam lint failure.
Signed-off-by: Jiazhou Gao <gjz140103@gmail.com>
0 commit comments