Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Nov 14, 2017
1 parent 4db2360 commit 51b8791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions uni.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,3 @@ func unicodeSearch(argv []string) []string {
}
return solist
}


2 changes: 1 addition & 1 deletion uni_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package main
import (
"bytes"
"io"
"io/ioutil"
"log"
"os"
"regexp"
"strings"
"testing"

. "github.com/smartystreets/goconvey/convey"
"io/ioutil"
)

// test single argument requests to unicodeSearch function
Expand Down

0 comments on commit 51b8791

Please sign in to comment.