Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1862)

Unified Diff: state/service.go

Issue 7137048: all: fix fmt mistakes
Patch Set: all: fix fmt mistakes Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « state/relation.go ('k') | state/settings.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/service.go
=== modified file 'state/service.go'
--- state/service.go 2013-01-09 14:44:51 +0000
+++ state/service.go 2013-01-17 12:10:18 +0000
@@ -238,7 +238,7 @@
func (s *Service) Refresh() error {
err := s.st.services.FindId(s.doc.Name).One(&s.doc)
if err == mgo.ErrNotFound {
- return notFound("service %q", s)
+ return notFoundf("service %q", s)
}
if err != nil {
return fmt.Errorf("cannot refresh service %q: %v", s, err)
« no previous file with comments | « state/relation.go ('k') | state/settings.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b