Skip to content

Commit

Permalink
style: format code with Go fmt and Gofumpt (#2)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 26763b1 according to the output
from Go fmt and Gofumpt.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Sep 6, 2024
1 parent 26763b1 commit a08f8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ var (
checksFile = getEnv("CHECKS_FILE", "checks.yaml")
incidentsFile = getEnv("INCIDENTS_FILE", "incidents.html")
historyFile = getEnv("STATUS_HISTORY_FILE", "history.json")
port = getEnv("PORT", "")
port = getEnv("PORT", "")
)

func getEnv(key, fallback string) string {
Expand Down

0 comments on commit a08f8bd

Please sign in to comment.