From 7ce13ebcadc764c5f69215f072b53d3843bec679 Mon Sep 17 00:00:00 2001 From: Ian Gudger Date: Fri, 21 Sep 2018 14:05:46 -0700 Subject: Run gofmt -s on everything PiperOrigin-RevId: 214040901 Change-Id: I74d79497a053da3624921ad2b7c5193ca4a87942 --- runsc/test/testutil/testutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runsc/test/testutil/testutil.go') diff --git a/runsc/test/testutil/testutil.go b/runsc/test/testutil/testutil.go index 2e7f95912..37927f395 100644 --- a/runsc/test/testutil/testutil.go +++ b/runsc/test/testutil/testutil.go @@ -134,7 +134,7 @@ func NewSpecWithArgs(args ...string) *specs.Spec { // This creates a writable mount inside the root. Also, when tmpdir points // to "/tmp", it makes the the actual /tmp to be mounted and not a tmpfs // inside the sentry. - specs.Mount{ + { Type: "bind", Destination: TmpDir(), Source: TmpDir(), -- cgit v1.2.3