Skip to content

Commit ee9dac3

Browse files
refactor: goimports
1 parent 3135d9d commit ee9dac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/semrel/semrel_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ package semrel
22

33
import (
44
"fmt"
5-
"github.com/go-semantic-release/semantic-release/pkg/config"
65
"strings"
76
"testing"
87

98
"github.com/Masterminds/semver"
9+
"github.com/go-semantic-release/semantic-release/pkg/config"
1010
)
1111

1212
func TestCalculateChange(t *testing.T) {

0 commit comments

Comments
 (0)