Commit 9c9b3124 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 69a93730
......@@ -578,7 +578,7 @@ func openBackend(ctx context.Context, dburl string) (storage.Backend, error) {
if err == nil {
return b, nil
} else {
return nil, err // XXX don't return just b -> will be !nil interface
return nil, err // NOTE don't return just b -> will be !nil interface
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment