8000 all: gofmt -w and remove execute bit from source files · golang/text@f9878be · GitHub
[go: up one dir, main page]

Skip to content

Commit f9878be

Browse files
cixtorbradfitz
authored andcommitted
all: gofmt -w and remove execute bit from source files
Change-Id: I45fdc3a61153aaec775eb9f020fc4fc05df029bd Reviewed-on: https://go-review.googlesource.com/82436 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 5796168 commit f9878be

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed

feature/plural/message.go

100755100644
File mode changed.

internal/catmsg/codec.go

100755100644
File mode changed.

internal/cldrtree/testdata/test1/output.go

100755100644
File mode changed.

internal/cldrtree/testdata/test2/output.go

100755100644
File mode changed.

internal/number/format.go

100755100644
File mode changed.

internal/number/format_test.go

100755100644
File mode changed.

message/fmt_test.go

100755100644
File mode changed.

number/format.go

100755100644
File mode changed.

number/number.go

100755100644
File mode changed.

unicode/norm/normalize_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ var appendTestsNFC = []AppendTest{
720720
}
721721

722722
var appendTestsNFD = []AppendTest{
723-
// TODO: Move some of the tests here.
723+
// TODO: Move some of the tests here.
724724
}
725725

726726
var appendTestsNFKC = []AppendTest{

0 commit comments

Comments
 (0)
0