Skip to content

Commit cfaa0f3

Browse files
committed
fix fmt
1 parent 874f583 commit cfaa0f3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/services/instance/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,6 @@ func ResourceInstanceServerUpdate(ctx context.Context, d *schema.ResourceData, m
12391239
return append(warnings, ResourceInstanceServerRead(ctx, d, m)...)
12401240
}
12411241

1242-
12431242
func attachNewFileSystem(newIDs map[string]struct{}, oldIDs map[string]struct{}, api *instancehelpers.BlockAndInstanceAPI, zone scw.Zone, server *instanceSDK.Server) (diag.Diagnostics, bool) {
12441243
for id := range newIDs {
12451244
if _, alreadyAttached := oldIDs[id]; !alreadyAttached {

internal/services/instance/types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ func flattenServerPublicIPs(zone scw.Zone, ips []*instance.ServerIP) []any {
102102
return flattenedIPs
103103
}
104104

105-
106105
func flattenServerFileSystem(zone scw.Zone, fs []*instance.ServerFilesystem) []interface{} {
107106
filesystems := make([]interface{}, len(fs))
108107
region, _ := zone.Region()

0 commit comments

Comments
 (0)