keep imports syntax coherent

pull/7880/head
Marcin Niemira 2020-04-24 10:27:16 +10:00
parent c247e6f2ee
commit a687a721ec
No known key found for this signature in database
GPG Key ID: 053E25BDC33ED6A3
1 changed files with 4 additions and 2 deletions

View File

@ -15,8 +15,10 @@ limitations under the License.
*/
package perf
import "testing"
import "strings"
import (
"strings"
"testing"
)
func TestBinaryName(t *testing.T) {
tests := []struct {