Skip to content

Commit 821459c

Browse files
clean style
1 parent a240d79 commit 821459c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/org/worktime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
package org
55

66
import (
7-
shared_user "code.gitea.io/gitea/routers/web/shared/user"
87
"net/http"
98
"time"
109

1110
"code.gitea.io/gitea/models/organization"
1211
"code.gitea.io/gitea/modules/templates"
12+
shared_user "code.gitea.io/gitea/routers/web/shared/user"
1313
"code.gitea.io/gitea/services/context"
1414
)
1515

0 commit comments

Comments
 (0)