Skip to content

Commit

Permalink
Run gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Jun 13, 2024
1 parent 747e1a6 commit e8873a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func LoadFromFile(path string) (*Config, error) {
if err != nil {
return nil, err
}
defer f.Close()
defer f.Close()

d := yaml.NewDecoder(f)
d.KnownFields(true)
Expand Down

0 comments on commit e8873a5

Please sign in to comment.