Skip to content

Commit

Permalink
all: gofmt -w and remove execute bit from source files
Browse files Browse the repository at this point in the history
Change-Id: I45fdc3a61153aaec775eb9f020fc4fc05df029bd
Reviewed-on: https://go-review.googlesource.com/82436
Run-TryBot: Mikio Hara <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
cixtor authored and bradfitz committed Dec 7, 2017
1 parent 5796168 commit f9878be
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Empty file modified feature/plural/message.go
100755 → 100644
Empty file.
Empty file modified internal/catmsg/codec.go
100755 → 100644
Empty file.
Empty file modified internal/cldrtree/testdata/test1/output.go
100755 → 100644
Empty file.
Empty file modified internal/cldrtree/testdata/test2/output.go
100755 → 100644
Empty file.
Empty file modified internal/number/format.go
100755 → 100644
Empty file.
Empty file modified internal/number/format_test.go
100755 → 100644
Empty file.
Empty file modified message/fmt_test.go
100755 → 100644
Empty file.
Empty file modified number/format.go
100755 → 100644
Empty file.
Empty file modified number/number.go
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion unicode/norm/normalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ var appendTestsNFC = []AppendTest{
}

var appendTestsNFD = []AppendTest{
// TODO: Move some of the tests here.
// TODO: Move some of the tests here.
}

var appendTestsNFKC = []AppendTest{
Expand Down

0 comments on commit f9878be

Please sign in to comment.