Skip to content

Commit

Permalink
appcontext: fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Aug 31, 2023
1 parent d7b42cf commit 392d952
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appcontext/appcontext.go
Expand Up @@ -7,8 +7,10 @@ import (
"sync"
)

var appContextCache context.Context
var appContextOnce sync.Once
var (
appContextCache context.Context
appContextOnce sync.Once
)

// Context returns a static context that reacts to termination signals of the
// running process. Useful in CLI tools.
Expand Down

0 comments on commit 392d952

Please sign in to comment.