Browse Source

Fixed trailing spaces on line 55

Martin Chrástek 7 years ago
parent
commit
37c60259f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/locales/cs_CZ.js

+ 1 - 1
src/locales/cs_CZ.js

@@ -52,7 +52,7 @@ cs_CZ.pluralize = function (n) {
   if (n >= 2 && n <= 4) {
     return 1
   }
-  
+
   return 2
 }