summaryrefslogtreecommitdiff
path: root/internal/log/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/log/log.go')
-rw-r--r--internal/log/log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/log/log.go b/internal/log/log.go
index 43bc737..67e41fa 100644
--- a/internal/log/log.go
+++ b/internal/log/log.go
@@ -19,7 +19,7 @@ type FileLogger struct {
Level Level
// file represents a pointer to the open log file
- file *os.File
+ file *os.File
}
type Level int8