Skip to content

Commit a71696d

Browse files
author
Weronika Rudnicka
committed
IW-4457 | linter
1 parent d872aa6 commit a71696d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tests/dummy/app/templates/base-styles/colors.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@
139139
<h2 id="gamepedia-colors">Gamepedia Colors</h2>
140140
<div class="colors-wrapper">
141141
<ColorBox
142-
@hex="#f58120"
143-
@name="Orange"
144-
@variable="$wds-gamepedia-color-orange"
142+
@hex="#f58120"
143+
@name="Orange"
144+
@variable="$wds-gamepedia-color-orange"
145145
/>
146146
</div>
147147
</section>

tests/dummy/app/templates/identity/assets.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@
108108

109109
<div class="assets-wrapper assets-wrapper__align-items-left">
110110
{{asset-box
111-
group="company-logo"
112-
name="gamepedia-book"
113-
class="is-identity is-bordered is-single-in-line has-dark-background"
114-
width=100
115-
height=100
111+
group="company-logo"
112+
name="gamepedia-book"
113+
class="is-identity is-bordered is-single-in-line has-dark-background"
114+
width=100
115+
height=100
116116
}}
117117
</div>
118118

0 commit comments

Comments
 (0)