Skip to content

Commit

Permalink
Format code in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
genevieve authored Feb 15, 2024
1 parent c89211e commit ea32632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

func main() {
database, err := libgenders.NewDatabase(libgenders.DefaultGendersFilepath)
database, err := libgenders.NewDatabase(libgenders.DefaultGendersFilepath)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit ea32632

Please sign in to comment.