Skip to content

Commit 21678da

Browse files
committed
fix: correct import ordering for goimports lint
1 parent 5197473 commit 21678da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/web/pipeline_runs_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package web_test
33
import (
44
"encoding/json"
55
"fmt"
6-
"math/big"
76
"io"
7+
"math/big"
88
"net/http"
99
"net/url"
1010
"strconv"

0 commit comments

Comments
 (0)