Skip to content

Commit

Permalink
style: use linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrMatsko committed Oct 15, 2024
1 parent 8be8caa commit 2c87158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metric_source/remote/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ func internalErrToPublicErr(err error, target string) error {

return ErrRemoteTriggerResponse{
InternalError: err,
Target: target}
Target: target,
}
}

var remoteUnavailableStatusCodes = map[int]struct{}{
Expand Down

0 comments on commit 2c87158

Please sign in to comment.