Address review comments
This commit is contained in:
parent
430ff507f0
commit
5eed4d9667
19 changed files with 125 additions and 139 deletions
|
|
@ -32,8 +32,11 @@ type Single struct {
|
|||
}
|
||||
|
||||
func NewSingleReplication(qs graph.QuadStore, opts graph.Options) (graph.QuadWriter, error) {
|
||||
var ignoreMissing, ignoreDuplicate bool
|
||||
var err error
|
||||
var (
|
||||
ignoreMissing bool
|
||||
ignoreDuplicate bool
|
||||
err error
|
||||
)
|
||||
|
||||
if *graph.IgnoreMissing {
|
||||
ignoreMissing = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue