Fix typos and minor cleanup
This commit is contained in:
parent
9ca38d1f10
commit
4d34ea50cc
8 changed files with 10 additions and 12 deletions
|
|
@ -33,8 +33,6 @@ func Load(ts graph.TripleStore, cfg *config.Config, triplePath string, firstTime
|
|||
} else {
|
||||
LoadTriplesFromFileInto(ts, triplePath, cfg.LoadSize)
|
||||
}
|
||||
case "rethink", "rethinkdb":
|
||||
LoadTriplesFromFileInto(ts, triplePath, cfg.LoadSize)
|
||||
case "leveldb":
|
||||
LoadTriplesFromFileInto(ts, triplePath, cfg.LoadSize)
|
||||
case "mem":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue