Skip to content

Commit

Permalink
minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jan 10, 2018
1 parent 1671daf commit 6f143fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// test single argument requests to unicodeSearch function for glyph --> Unicode code point search
func TestGlyphSearchCodePointsSingle(t *testing.T) {
cases := []struct {
unihex string
unihex string
expected string
}{
{"006A", "U+006A 'j'"}, // ASCII
Expand Down

0 comments on commit 6f143fd

Please sign in to comment.