Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 9da9173

Browse files
committed
Fix linting issues
1 parent e7a88d0 commit 9da9173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/alert/routing_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package alert_test
22

33
import (
44
"fmt"
5-
"github.com/base-org/pessimism/internal/client"
65
"testing"
76

87
"github.com/base-org/pessimism/internal/alert"
8+
"github.com/base-org/pessimism/internal/client"
99
"github.com/base-org/pessimism/internal/config"
1010
"github.com/base-org/pessimism/internal/core"
1111
"github.com/stretchr/testify/assert"

0 commit comments

Comments
 (0)