Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Feb 25, 2024
1 parent bb21435 commit af9f1af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/logger/logger_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package logger_test

import (
"github.com/stretchr/testify/require"
configPkg "main/pkg/config"
loggerPkg "main/pkg/logger"
"testing"

"github.com/stretchr/testify/require"
)

func TestGetDefaultLogger(t *testing.T) {
Expand Down

0 comments on commit af9f1af

Please sign in to comment.