Skip to content

Commit

Permalink
Fixed gofmt issues on de.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsergivan committed May 8, 2020
1 parent 2b75432 commit 70eb313
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions languages/de.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package languages

// DE - German transliteration data.
var DE = map[rune]string{
0xC4: "Ae",
0xD6: "Oe",
0xDC: "Ue",
0xDF: "ss",
0xE4: "ae",
0xF6: "oe",
0xFC: "ue",
0xC4: "Ae",
0xD6: "Oe",
0xDC: "Ue",
0xDF: "ss",
0xE4: "ae",
0xF6: "oe",
0xFC: "ue",
0x1E9E: "SS",
}

0 comments on commit 70eb313

Please # to comment.