diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-15 22:30:38 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-15 22:30:38 +0900 |
| commit | 2f177dcd7232f8b8d1d1dd2c4ed3d71583139afe (patch) | |
| tree | 5161a88ea84758ea3dca9b5271745207964015e0 /mrblib/array.rb | |
| parent | e9fe337b952731226449027a4c34471af27b23e6 (diff) | |
| parent | 4fa3359d44471cf301fe6755dd281a87304d5d01 (diff) | |
| download | mruby-2f177dcd7232f8b8d1d1dd2c4ed3d71583139afe.tar.gz mruby-2f177dcd7232f8b8d1d1dd2c4ed3d71583139afe.zip | |
Merge pull request #5222 from jbampton/remove-trailing-whitespace
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
Diffstat (limited to 'mrblib/array.rb')
| -rw-r--r-- | mrblib/array.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/array.rb b/mrblib/array.rb index 6708027ab..18b729128 100644 --- a/mrblib/array.rb +++ b/mrblib/array.rb @@ -12,7 +12,7 @@ class Array # ISO 15.2.12.5.10 def each(&block) return to_enum :each unless block - + idx = 0 while idx < length block.call(self[idx]) |
