Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 821459c

Browse files
committedMar 18, 2025·
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

+1-1
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)
Please sign in to comment.