summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.go b/flags.go
index 78d8b5e..1a179a3 100644
--- a/flags.go
+++ b/flags.go
@@ -148,7 +148,7 @@ func (f *LogFlag) Disabled() bool {
if !f.Ok() {
return true
}
- return ! f.b
+ return !f.b
}
// just the opposite of Disabled()