summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/debug.go
diff options
context:
space:
mode:
authorGoogler <noreply@google.com>2018-11-28 14:00:54 -0800
committerShentubot <shentubot@google.com>2018-11-28 14:01:48 -0800
commit4d0da37cbb81292c66a8d7a7b8d5658450a847f5 (patch)
treec654fd99b65b197c68ce566d4c37fbebf1febf55 /runsc/cmd/debug.go
parent7b86d36a63e9b281834fdb6c2db0840df992c57c (diff)
Internal change.
PiperOrigin-RevId: 223231273 Change-Id: I8fb97ea91f7507b4918f7ce6562890611513fc30
Diffstat (limited to 'runsc/cmd/debug.go')
-rw-r--r--runsc/cmd/debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/debug.go b/runsc/cmd/debug.go
index 288cbe435..de530c068 100644
--- a/runsc/cmd/debug.go
+++ b/runsc/cmd/debug.go
@@ -15,9 +15,9 @@
package cmd
import (
+ "context"
"syscall"
- "context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/pkg/log"