summaryrefslogtreecommitdiffstats
path: root/pkg/app/logging.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/logging.go')
-rw-r--r--pkg/app/logging.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/app/logging.go b/pkg/app/logging.go
index 40d58ad62..7df0bb0c2 100644
--- a/pkg/app/logging.go
+++ b/pkg/app/logging.go
@@ -4,10 +4,11 @@
package app
import (
- "github.com/aybabtme/humanlog"
- "github.com/jesseduffield/lazygit/pkg/secureexec"
"log"
"os"
+
+ "github.com/aybabtme/humanlog"
+ "github.com/jesseduffield/lazygit/pkg/secureexec"
)
func TailLogsForPlatform(logFilePath string, opts *humanlog.HandlerOptions) {