Skip to content

Commit

Permalink
Run "go fmt" on master. (#4112)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr authored Oct 1, 2019
1 parent 95d5587 commit 051203a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunker/rdf_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ func isPnCharsBase(r rune) bool {
case r >= 0x37F && r <= 0x1FFF:
case r >= 0x200C && r <= 0x200D:
case r >= 0x2070 && r <= 0x218F:
case r >= 0x2C00 && r <= 0X2FEF:
case r >= 0x2C00 && r <= 0x2FEF:
case r >= 0x3001 && r <= 0xD7FF:
case r >= 0xF900 && r <= 0xFDCF:
case r >= 0xFDF0 && r <= 0xFFFD:
Expand Down

0 comments on commit 051203a

Please sign in to comment.