Skip to content

Commit 6bbc4f2

Browse files
committed
refactor: keep registration in alphabetic order
1 parent d1a6d2c commit 6bbc4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/storage/registration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func (r Registration) EphemeralResources() []func() ephemeral.EphemeralResource
113113

114114
func (r Registration) ListResources() []sdk.FrameworkListWrappedResource {
115115
return []sdk.FrameworkListWrappedResource{
116-
StorageAccountListResource{},
117116
StorageAccountCustomerManagedKeyListResource{},
117+
StorageAccountListResource{},
118118
}
119119
}

0 commit comments

Comments
 (0)