chore: refactor (#3164)

master v1.5.2
Kevin Wan 2 years ago committed by GitHub
parent 7568674b2b
commit 49f73265b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -353,7 +353,7 @@ func (e conflictKeyError) Error() string {
}
func getFullName(parent, child string) string {
if parent == "" {
if len(parent) == 0 {
return child
}

Loading…
Cancel
Save