Skip to content

Commit

Permalink
chore: fix coding whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Nov 28, 2024
1 parent ddee964 commit e0a8323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func main() {
hcl.New(&FileConfig{}),
},
Env: envconfig.New(&EnvConfig{}),
Flag: stdflag.New(&FlagConfig{}),
Flag: stdflag.New(&FlagConfig{}),
}
config, err := configurator.New(cfg)
if err != nil {
Expand All @@ -74,4 +74,4 @@ func main() {
## Todo

- [ ] Full documentation for developer happiness
- [ ] What are the interfaces required to be implemented?
- [ ] What are the interfaces required to be implemented?

0 comments on commit e0a8323

Please sign in to comment.