diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-29 16:55:32 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-29 16:55:32 +0200 |
commit | 957ee90110ecaad81129a27ca144e8940853a6f0 (patch) | |
tree | fd1d0fc76eb8566dd28ea8391fed0a2dc22c9740 /sources/wiki | |
parent | ea89e135fb09a7698f2687ae3352c304ee15dd77 (diff) | |
download | taginfo-957ee90110ecaad81129a27ca144e8940853a6f0.tar taginfo-957ee90110ecaad81129a27ca144e8940853a6f0.tar.gz |
Remove spaces at line endings.
Diffstat (limited to 'sources/wiki')
-rwxr-xr-x | sources/wiki/extract_words.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/wiki/extract_words.rb b/sources/wiki/extract_words.rb index 70c483d..8f2fa16 100755 --- a/sources/wiki/extract_words.rb +++ b/sources/wiki/extract_words.rb @@ -71,7 +71,7 @@ class Words @kvw.sort.uniq.each do |key, value, word| if key != lastkey || value != lastvalue yield lastkey, lastvalue, words.join(',') - words = [] + words = [] lastkey = key lastvalue = value else |