Skip to content
This repository was archived by the owner on Apr 30, 2022. It is now read-only.

Commit 5a18a6f

Browse files
committed
all: gofmt
1 parent 97143f9 commit 5a18a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/go-eval/eval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616
"io/ioutil"
1717
"os"
1818

19-
"golang.org/x/crypto/ssh/terminal"
2019
eval "github.com/sbinet/go-eval"
20+
"golang.org/x/crypto/ssh/terminal"
2121
)
2222

2323
var fset = token.NewFileSet()

0 commit comments

Comments
 (0)