summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/kill.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd/kill.go')
-rw-r--r--runsc/cmd/kill.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/kill.go b/runsc/cmd/kill.go
index 1f1086250..7d86bb043 100644
--- a/runsc/cmd/kill.go
+++ b/runsc/cmd/kill.go
@@ -15,12 +15,12 @@
package cmd
import (
+ "context"
"fmt"
"strconv"
"strings"
"syscall"
- "context"
"flag"
"github.com/google/subcommands"
"golang.org/x/sys/unix"