Skip to content

Commit

Permalink
chore: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 1, 2021
1 parent 80db7f2 commit 3131337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/message/internal/deeplink/deeplink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var typeSuites = map[string]map[string][]testCase{
}

func TestParseDeeplink(t *testing.T) {
runSuite := func( suite []testCase) func(t *testing.T) {
runSuite := func(suite []testCase) func(t *testing.T) {
return func(t *testing.T) {
for i, test := range suite {
t.Run(fmt.Sprintf("Test%d (%s)", i, test.input), func(t *testing.T) {
Expand Down

0 comments on commit 3131337

Please sign in to comment.