Skip to content

Commit

Permalink
ci(chore): Fix stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 24, 2021
1 parent bfc29a8 commit 94ec3cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ func nilParseUint(s string, base int, bitSize int) *uint64 {
}

func readEnvConfig() (string, *yaml.Node) {

if s, ok := os.LookupEnv("GCQ_HTTP_PORT"); !ok || s == "" {
return "", nil
}
Expand Down

0 comments on commit 94ec3cc

Please sign in to comment.