forked from Ivasoft/traefik
refactor: ordering imports.
This commit is contained in:
committed by
Ludovic Fernandez
parent
63f9bccf9f
commit
2223587fc0
@@ -1,8 +1,9 @@
|
||||
package provider
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestSplitAndTrimString(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user