Skip to content

Commit 56bfa1c

Browse files
Restyled by gofmt (#95)
Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 0eda859 commit 56bfa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterative/resource_runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func resourceRunnerCreate(ctx context.Context, d *schema.ResourceData, m interfa
209209
} else if utils.HasStatus(logEvents, "ready") {
210210
return nil
211211
}
212-
212+
213213
return resource.RetryableError(fmt.Errorf("Waiting for the runner to be ready..."))
214214
})
215215

0 commit comments

Comments
 (0)