mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
Merge pull request #14 from radeksimko/remove-whitespace
Remove extra whitespaces
This commit is contained in:
commit
ebb70b1e0a
@ -35,7 +35,7 @@ class GildedRose(object):
|
||||
if item.quality < 50:
|
||||
item.quality = item.quality + 1
|
||||
|
||||
|
||||
|
||||
class Item:
|
||||
def __init__(self, name, sell_in, quality):
|
||||
self.name = name
|
||||
|
||||
Loading…
Reference in New Issue
Block a user