forked from deblan/database-anonymizer
refactor
This commit is contained in:
parent
853b90a30f
commit
8422474bcd
1 changed files with 2 additions and 4 deletions
|
|
@ -159,9 +159,7 @@ func (f *FakeManager) IsValidFaker(name string) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, exists := f.Fakers[name]; exists {
|
_, exists := f.Fakers[name]
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
return false
|
return exists
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue