mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Swift: Apply AppCode inspection "redundant return"
This commit is contained in:
parent
7c615c077f
commit
dc09a06cda
@ -12,6 +12,6 @@ public class Item {
|
||||
|
||||
extension Item: CustomStringConvertible {
|
||||
public var description: String {
|
||||
return name + ", " + String(sellIn) + ", " + String(quality);
|
||||
name + ", " + String(sellIn) + ", " + String(quality);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user