Skip to content

Commit 4ff685b

Browse files
committed
fix linter
1 parent f62cfdc commit 4ff685b

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

stackit/internal/services/dns/zone/datasource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ func (d *zoneDataSource) Read(ctx context.Context, req datasource.ReadRequest, r
210210
}
211211

212212
ctx = core.LogResponse(ctx)
213-
214213
} else {
215214
listZoneResp, err := d.client.ListZones(ctx, projectId).
216215
DnsNameEq(dnsName).

stackit/internal/services/iaas/imagev2/datasource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ func (d *imageDataV2Source) Read(ctx context.Context, req datasource.ReadRequest
395395
}
396396

397397
ctx = core.LogResponse(ctx)
398-
399398
} else {
400399
// Case 2: Lookup by name or name_regex
401400

stackit/internal/services/iaas/server/resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,6 @@ func (r *serverResource) Update(ctx context.Context, req resource.UpdateRequest,
743743
}
744744

745745
ctx = core.LogResponse(ctx)
746-
747746
}
748747

749748
// Re-fetch the server data, to get the details values.

stackit/internal/services/loadbalancer/loadbalancer/resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,6 @@ func (r *loadBalancerResource) Update(ctx context.Context, req resource.UpdateRe
889889
}
890890

891891
ctx = core.LogResponse(ctx)
892-
893892
}
894893
ctx = tflog.SetField(ctx, "target_pool_name", nil)
895894

stackit/internal/services/scf/organization/resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ func (s *scfOrganizationResource) Update(ctx context.Context, request resource.U
399399
org = updatedOrg
400400

401401
ctx = core.LogResponse(ctx)
402-
403402
}
404403

405404
// handle a quota change of the org

0 commit comments

Comments
 (0)