Skip to content

Commit 1f8a63b

Browse files
committed
lint: clean up extra line
1 parent ed05d13 commit 1f8a63b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func getLayerBlob(image, blobSum, token string) error {
8383

8484
// Usage: your_docker.sh run <image> <command> <arg1> <arg2> ...
8585
func main() {
86-
8786
command := os.Args[3]
8887
args := os.Args[4:len(os.Args)]
8988
cmd := exec.Command(command, args...)

0 commit comments

Comments
 (0)