Skip to content

Commit

Permalink
switch go code style for imports from gofmt to goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Mahler committed Feb 14, 2022
1 parent 0a59db7 commit af5cf8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow_step_test.go
@@ -1,8 +1,9 @@
package slack

import (
"github.com/google/go-cmp/cmp"
"testing"

"github.com/google/go-cmp/cmp"
)

const (
Expand Down

0 comments on commit af5cf8b

Please sign in to comment.