Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 0e3b1ea according to the output
from Gofumpt and Prettier.

Details: #2276
  • Loading branch information
deepsource-autofix[bot] authored and ykadowak committed Dec 20, 2023
1 parent 86e8467 commit 8b44187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gateway/lb/service/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type Gateway interface {
}

type BroadCastKind int

const (
READ BroadCastKind = iota
WRITE
Expand Down

0 comments on commit 8b44187

Please sign in to comment.