Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed May 15, 2019
1 parent 24e487f commit e6e2d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/global.go
@@ -1,6 +1,6 @@
package logging

var global Interface = Noop()
var global = Noop()

// Global returns the global logger.
func Global() Interface {
Expand Down

0 comments on commit e6e2d2c

Please sign in to comment.