Commit 841c18a9 authored by Robert Griesemer's avatar Robert Griesemer

gofmt-ify unicode

R=r
http://go/go-review/1018051
parent 55ba9d6a
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
package unicode_test package unicode_test
import ( import (
"testing"; "testing";
. "unicode"; . "unicode";
) )
var testDigit = []int{ var testDigit = []int{
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
package unicode_test package unicode_test
import ( import (
"testing"; "testing";
. "unicode"; . "unicode";
) )
var upperTest = []int{ var upperTest = []int{
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment