wire: remove trailing CR at end of error about cycles (google/go-cloud#662)

This commit is contained in:
Robert van Gent
2018-11-12 10:15:22 -08:00
committed by Ross Light
parent 282105c273
commit ded9eb899b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ example.com/foo/wire.go:x:y: cycle for example.com/foo.Bar:
example.com/foo.Bar (example.com/foo.provideBar) ->
example.com/foo.Foo (example.com/foo.provideFoo) ->
example.com/foo.Baz (example.com/foo.provideBaz) ->
example.com/foo.Bar
example.com/foo.Bar