*: reflow comments to 80 characters
This reformats the entire Metropolis codebase to have comments no longer
than 80 characters, implementing CR/66.
This has been done half manually, as we don't have a good integration
between commentwrap/Bazel, but that can be implemented if we decide to
go for this tool/limit.
Change-Id: If1fff0b093ef806f5dc00551c11506e8290379d0
diff --git a/build/fietsje/deps_containerd.go b/build/fietsje/deps_containerd.go
index 6154960..99d36f6 100644
--- a/build/fietsje/deps_containerd.go
+++ b/build/fietsje/deps_containerd.go
@@ -106,11 +106,11 @@
// not yet merged by upstream.
// See: https://github.com/containerd/ttrpc/pull/67
//
- // It also contains our own fix that builds up on the above and allows
- // services to return the original status error library values. This is
- // required for ttrpc to actually work from runsc and for results to be
- // correctly interpreted by containerd.
- // See: https://github.com/monogon-dev/ttrpc/commit/222b428f008e3ecb11cfff12e3fd92e3143a2f01
+ // It also contains our own fix that builds up on the above and allows services to
+ // return the original status error library values. This is required for ttrpc to
+ // actually work from runsc and for results to be correctly interpreted by
+ // containerd. See:
+ // https://github.com/monogon-dev/ttrpc/commit/222b428f008e3ecb11cfff12e3fd92e3143a2f01
//
// Note: this is not a good fix, and has known issues, like not being
// able to return Details in gRPC status errors. However, with the
@@ -121,10 +121,10 @@
"github.com/monogon-dev/ttrpc", "222b428f008e3ecb11cfff12e3fd92e3143a2f01",
)
- // This is depended on by github.com/containerd/containerd, but not mentioned in their
- // vendor.conf. They seem to be moving off of vendoring to gomod, so this should be
- // reverted on the next containerd bump (when fietsje will panic about vendor.conf
- // missing).
+ // This is depended on by github.com/containerd/containerd, but not mentioned in
+ // their vendor.conf. They seem to be moving off of vendoring to gomod, so this
+ // should be reverted on the next containerd bump (when fietsje will panic about
+ // vendor.conf missing).
p.collectOverride(
"github.com/checkpoint-restore/go-criu/v4", "v4.1.0",
)