Skip to content

Commit 8fd757e

Browse files
author
eweziyi
committed
Reorder imports
1 parent 3c43ebc commit 8fd757e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

treatment-service/config/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ package config
22

33
import (
44
"fmt"
5+
"strconv"
6+
57
"github.com/caraml-dev/mlp/api/pkg/instrumentation/newrelic"
68
"github.com/caraml-dev/mlp/api/pkg/instrumentation/sentry"
79
common_config "github.com/caraml-dev/xp/common/config"
810
common_mq_config "github.com/caraml-dev/xp/common/messagequeue"
911
"github.com/caraml-dev/xp/treatment-service/models"
10-
"strconv"
1112
)
1213

1314
type AssignedTreatmentLoggerKind = string

0 commit comments

Comments
 (0)