Skip to content

Commit 81ad114

Browse files
committed
Fix formatting
1 parent 145c509 commit 81ad114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/templates/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func DiffLineTypeToStr(diffType int) string {
345345
}
346346

347347
// Language specific rules for translating plural texts
348-
var trNLangRules map[string]func(int64) int = map[string]func(int64) int{
348+
var trNLangRules = map[string]func(int64) int{
349349
"en-US": func(cnt int64) int {
350350
if cnt == 1 {
351351
return 0

0 commit comments

Comments
 (0)