Skip to content

Commit 9664c31

Browse files
author
dvogt23
committed
Notes/tech/coding/ruby.md
Notes/tech/misc.md Notes/tech/smarthome/knx.md
1 parent 7487108 commit 9664c31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Notes/tech/coding/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module GildedRose
3838
'Backstage passes to a TAFKAL80ETC concert' => Backstage }
3939

4040
def self.for(name, quality, days_remaining)
41-
(SPECIALIZED_CLASSES [name] || DEFAULT_CLASS)
41+
(SPECIALIZED_CLASSES[name] || DEFAULT_CLASS)
4242
.new(quality, days_remaining)
4343
end
4444
end

Notes/tech/misc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Reading and writing
102102
- You extract the desired version of the package into this local tap
103103
- You install your local tap
104104

105-
````bash
105+
```bash
106106
# use $USER variable to mimick userName/repoName structure
107107
# this does not actually create any git repositories
108108
# 1. create a new tap

Notes/tech/smarthome/knx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
## DIY
44

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/)
77

0 commit comments

Comments
 (0)