Skip to content

Commit 57d4fea

Browse files
committed
tools/syz-aflow/aflow.go: sort imports
1 parent f9a3d87 commit 57d4fea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/syz-aflow/aflow.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ import (
1818
"net/http"
1919
"os"
2020
"path/filepath"
21+
"strings"
2122

2223
"github.com/google/syzkaller/pkg/aflow"
2324
_ "github.com/google/syzkaller/pkg/aflow/flow"
2425
"github.com/google/syzkaller/pkg/aflow/trajectory"
2526
"github.com/google/syzkaller/pkg/osutil"
2627
"github.com/google/syzkaller/pkg/tool"
27-
28-
"strings"
29-
3028
"golang.org/x/oauth2/google"
3129
)
3230

0 commit comments

Comments
 (0)