Index: impl/prod/context.go |
diff --git a/impl/prod/context.go b/impl/prod/context.go |
index 7605887e2a99b518f79428e3c508dd9b4c6918a1..fe329005b9289a67a0d93a2e334b45570ab1aad2 100644 |
--- a/impl/prod/context.go |
+++ b/impl/prod/context.go |
@@ -28,8 +28,8 @@ func Use(c context.Context) context.Context { |
return useURLFetch(useRDS(useMC(useTQ(useGI(c))))) |
} |
-// UseRequest adds production implementations for all the gae services |
-// to the context. |
+// UseRequest adds production implementations for all the gae services to the |
+// context. |
// |
// The services added are: |
// - github.com/luci/gae/service/datastore |