Skip to content

Commit 878f07c

Browse files
authored
Remove extraneous newline
1 parent aa68271 commit 878f07c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

iterative/utils/runner.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ func ParseLogEvent(logEvent string) (LogEvent, error) {
2222
return result, err
2323
}
2424

25-
// IsReady checks whether a runner is ready or not by
26-
// parsing the JSONL records from the logs it produces.
25+
// IsReady checks whether a runner is ready or not by parsing the JSONL records from the logs it produces.
2726
func IsReady(logs string) bool {
2827
scanner := bufio.NewScanner(strings.NewReader(logs))
2928
for scanner.Scan() {

0 commit comments

Comments
 (0)