Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: client/logdog/annotee/annotation/annotation.go

Issue 2078603002: milo: fix running steps (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@milo-pending
Patch Set: address comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/logdog/annotee/annotation/annotation.go
diff --git a/client/logdog/annotee/annotation/annotation.go b/client/logdog/annotee/annotation/annotation.go
index 7542ea2927a11565f2bb33e455d169225bf017b4..13077ff1d3766da2ba59a1bc8ae0cec921d9fe38 100644
--- a/client/logdog/annotee/annotation/annotation.go
+++ b/client/logdog/annotee/annotation/annotation.go
@@ -607,7 +607,7 @@ func (as *Step) closeWithStatus(closeTime *google.Timestamp, sp *milo.Status) bo
}
}
- // Close any ourstanding log streams.
+ // Close any oustanding log streams.
for l := range as.logLines {
as.LogEnd(l)
}

Powered by Google App Engine
This is Rietveld 408576698