File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ module GildedRose
38
38
' Backstage passes to a TAFKAL80ETC concert' => Backstage }
39
39
40
40
def self .for (name , quality , days_remaining )
41
- (SPECIALIZED_CLASSES [name] || DEFAULT_CLASS )
41
+ (SPECIALIZED_CLASSES [name] || DEFAULT_CLASS )
42
42
.new (quality, days_remaining)
43
43
end
44
44
end
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Reading and writing
102
102
- You extract the desired version of the package into this local tap
103
103
- You install your local tap
104
104
105
- ```` bash
105
+ ``` bash
106
106
# use $USER variable to mimick userName/repoName structure
107
107
# this does not actually create any git repositories
108
108
# 1. create a new tap
Original file line number Diff line number Diff line change 2
2
3
3
## DIY
4
4
5
- Blog article for doing it yourself: [ Kosten senken durch Eigenleistung] ( https://knx-blogger.de/knx-kosten-senken-durch-eigenleistung )
6
- KNX DIY service: [ Main-Smarthome] ( https://mainsmarthome.de/ )
5
+ - Blog article for doing it yourself: [ Kosten senken durch Eigenleistung] ( https://knx-blogger.de/knx-kosten-senken-durch-eigenleistung )
6
+ - KNX DIY service: [ Main-Smarthome] ( https://mainsmarthome.de/ )
7
7
You can’t perform that action at this time.
0 commit comments