Skip to content

Commit 0be0aa2

Browse files
committed
Get the interface correct returning an error.
1 parent d005849 commit 0be0aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrades/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type StateBackend interface {
3636
MoveOldAuditLog() error
3737
DeleteCloudImageMetadata() error
3838
EnsureContainerImageStreamDefault() error
39-
RemoveContainerImageStreamFromNonModelSettings()
39+
RemoveContainerImageStreamFromNonModelSettings() error
4040
}
4141

4242
// Model is an interface providing access to the details of a model within the

0 commit comments

Comments
 (0)