Code review comment for lp:~fwereade/juju-core/uniter-relation-states

Revision history for this message
Horacio DurĂ¡n (hduran-8) wrote :

https://codereview.appspot.com/85670046/diff/1/state/api/uniter/unit.go
File state/api/uniter/unit.go (right):

https://codereview.appspot.com/85670046/diff/1/state/api/uniter/unit.go#newcode445
state/api/uniter/unit.go:445: return nil, fmt.Errorf("expected one
result, got %d", len(results.Results))
This is purely aesthetic and not sure if valid for English but if got %d
prints a number, "one" should also be a number.

https://codereview.appspot.com/85670046/

« Back to merge proposal