kvdb+watchtower: fix unreachable code

This commit is contained in:
undefinedor
2024-03-23 19:02:23 +08:00
parent 1422df27b2
commit 028959f5a0
3 changed files with 3 additions and 7 deletions

View File

@@ -301,6 +301,4 @@ func GetTestBackend(path, name string) (Backend, func(), error) {
}
return db, empty, nil
}
return nil, nil, fmt.Errorf("unknown backend")
}