diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 14:29:12 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 14:29:12 +0100 |
| commit | 0bfb35520d7e138e6219e550187e0b55bc8a29ac (patch) | |
| tree | a087049edae0ff932bc7a14fef323783b26a2ff1 /internal/log | |
| parent | 59e6ccd051452162fab852a25deb4f0f8a9e22b2 (diff) | |
Formatting: Run gofumpt -w
Diffstat (limited to 'internal/log')
| -rw-r--r-- | internal/log/log.go | 2 |
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 |
