Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Feb 11, 2023
1 parent 8e1e35d commit dd89246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func main() {
conn := &krabdb.DefaultConnection{}

registry := &krab.CmdRegistry{
Commands: []krab.Cmd{},
FS: parser.FS,
Commands: []krab.Cmd{},
FS: parser.FS,
VersionGenerator: &krab.TimestampVersionGenerator{},
}
registry.RegisterAll(config, conn)
Expand Down

0 comments on commit dd89246

Please sign in to comment.