Skip to content

Commit de39c2c

Browse files
committed
Fix indentation
1 parent bb3a130 commit de39c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h3 class="Test-it">should not inherit <code>line-height</code></h3>
389389
<h2 class="Test-describe"><code>input[type="checkbox"]</code>, <code>input[type="radio"]</code></h2>
390390
<h3 class="Test-it">should have a <code>border-box</code> box model</h3>
391391
<div class="Test-run Test-run--highlightEl" id="radio-box-model">
392-
<style>
392+
<style>
393393
#radio-box-model {
394394
width: 200px;
395395
border: 1px solid red;
@@ -471,7 +471,7 @@ <h3 class="Test-it">should not have spaces between cells</h3>
471471
<th>Album</th>
472472
<th>Year</th>
473473
<th>Price</th>
474-
</tr>
474+
</tr>
475475
</thead>
476476
<tfoot>
477477
<tr>

0 commit comments

Comments
 (0)