Skip to content

Commit 6f143fd

Browse files
committed
minor formatting change
1 parent 1671daf commit 6f143fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
// test single argument requests to unicodeSearch function for glyph --> Unicode code point search
99
func TestGlyphSearchCodePointsSingle(t *testing.T) {
1010
cases := []struct {
11-
unihex string
11+
unihex string
1212
expected string
1313
}{
1414
{"006A", "U+006A 'j'"}, // ASCII

0 commit comments

Comments
 (0)