Skip to content

Commit

Permalink
delete blank
Browse files Browse the repository at this point in the history
Signed-off-by: taniwa <taniwa@yahoo-corp.jp>
  • Loading branch information
taniwa committed Jul 31, 2023
1 parent 75efe68 commit a3af85d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/token/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ func Tokend(idConfig *config.IdentityConfig, stopChan <-chan struct{}) (error, <
Addr: idConfig.TokenServerAddr,
Handler: newHandlerFunc(d),
}

go func() {
log.Infof("Starting token provider[%s]", idConfig.TokenServerAddr)
if err := httpServer.ListenAndServe(); err != nil {
Expand Down

0 comments on commit a3af85d

Please sign in to comment.