minor naming and spaces

This commit is contained in:
Torsten Ruger
2018-07-27 10:46:22 +03:00
parent 776050fa70
commit 4839e0d245
5 changed files with 10 additions and 11 deletions

View File

@ -42,8 +42,8 @@ module Parfait
end
def add_block(bl)
block = self.blocks
bl.set_next(block) if(block)
was = @blocks
bl.set_next(was) if(was)
@blocks = bl
end