Skip to content

Commit 047a958

Browse files
committed
Update import order
1 parent 11ad403 commit 047a958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/fetching/downloader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import (
1616
"sync"
1717
"time"
1818

19-
"github.com/smallnest/preallocate"
2019
"github.com/setlog/trivrost/pkg/misc"
2120
"github.com/setlog/trivrost/pkg/signatures"
21+
"github.com/smallnest/preallocate"
2222

2323
"github.com/setlog/trivrost/pkg/launcher/config"
2424
"github.com/setlog/trivrost/pkg/system"

0 commit comments

Comments
 (0)