Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Oct 31, 2024
1 parent bf55b7c commit 3019de2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion castai/data_source_resource_rebalancing_schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func dataSourceRebalancingSchedule() *schema.Resource {

func dataSourceRebalancingScheduleRead(ctx context.Context, data *schema.ResourceData, meta interface{}) diag.Diagnostics {
rebalancingScheduleName := data.Get("name").(string)

client := meta.(*ProviderConfig).api
schedule, err := getRebalancingScheduleByName(ctx, client, rebalancingScheduleName)
if err != nil {
Expand Down

0 comments on commit 3019de2

Please sign in to comment.