summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/boot.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd/boot.go')
-rw-r--r--runsc/cmd/boot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/boot.go b/runsc/cmd/boot.go
index 7c14857ba..5f5dca109 100644
--- a/runsc/cmd/boot.go
+++ b/runsc/cmd/boot.go
@@ -15,12 +15,12 @@
package cmd
import (
+ "context"
"os"
"runtime/debug"
"strings"
"syscall"
- "context"
"flag"
"github.com/google/subcommands"
specs "github.com/opencontainers/runtime-spec/specs-go"