Skip to content

Commit

Permalink
gofmt -s -w ./
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaly committed Oct 6, 2021
1 parent 773b429 commit bfdd06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func main() {
m["okta"] = "Okta"
m["mastodon"] = "Mastodon"
m["wecom"] = "WeCom"
m["zoom"] = "Zoom"
m["zoom"] = "Zoom"

var keys []string
for k := range m {
Expand Down

0 comments on commit bfdd06c

Please sign in to comment.