mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
[UI] Show pull icon on pull (#10061)
* make fmt * show pull icon on pull
This commit is contained in:
@@ -43,7 +43,7 @@ type Manager struct {
|
||||
runningServerWaitGroup sync.WaitGroup
|
||||
createServerWaitGroup sync.WaitGroup
|
||||
terminateWaitGroup sync.WaitGroup
|
||||
shutdownRequested chan struct{}
|
||||
shutdownRequested chan struct{}
|
||||
}
|
||||
|
||||
func newGracefulManager(ctx context.Context) *Manager {
|
||||
|
Reference in New Issue
Block a user