Skip to content

Commit

Permalink
Fmt simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixik committed Jul 29, 2018
1 parent d619bed commit cec1f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_test.go
Expand Up @@ -3,11 +3,11 @@ package main
import (
"fmt"
"github.com/jmoiron/sqlx"
"github.com/stretchr/testify/assert"
"gopkg.in/DATA-DOG/go-sqlmock.v1"
"os"
"reflect"
"testing"
"github.com/stretchr/testify/assert"
)

func TestRunErrorArguments(t *testing.T) {
Expand Down

0 comments on commit cec1f2b

Please sign in to comment.