summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd/run.go')
-rw-r--r--runsc/cmd/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/run.go b/runsc/cmd/run.go
index b6a12f5d6..9a574679f 100644
--- a/runsc/cmd/run.go
+++ b/runsc/cmd/run.go
@@ -15,9 +15,9 @@
package cmd
import (
+ "context"
"syscall"
- "context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/runsc/boot"