Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Little fix in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed Jun 16, 2020
1 parent 296206e commit b3a2003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/update/automated.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (a *Automated) CommitMessage(result Result) string {
fmt.Fprintf(buf, " - %s\n", im)
}
if total > limit {
fmt.Fprintln(buf, " ...")
fmt.Fprintln(buf, " ...")
}
}
return buf.String()
Expand Down
2 changes: 1 addition & 1 deletion pkg/update/automated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestCommitMessage10Max(t *testing.T) {
- docker.io/image:v6
- docker.io/image:v7
- docker.io/image:v8
...
...
`
if actual != expected {
t.Fatalf("Expected git commit message: '%s', was '%s'", expected, actual)
Expand Down

0 comments on commit b3a2003

Please sign in to comment.