summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd/state.go')
-rw-r--r--runsc/cmd/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/state.go b/runsc/cmd/state.go
index f8ce8c3d8..15e27b250 100644
--- a/runsc/cmd/state.go
+++ b/runsc/cmd/state.go
@@ -15,10 +15,10 @@
package cmd
import (
+ "context"
"encoding/json"
"os"
- "context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/pkg/log"