Skip to content

Commit b04430d

Browse files
committed
Fix lint
1 parent c727f99 commit b04430d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/markup/renderer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import (
99
"errors"
1010
"fmt"
1111
"io"
12+
"net/url"
1213
"path/filepath"
1314
"strings"
1415
"sync"
15-
"net/url"
1616

1717
"code.gitea.io/gitea/modules/git"
1818
"code.gitea.io/gitea/modules/setting"

0 commit comments

Comments
 (0)