Skip to content

Commit

Permalink
styl: Run lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolobok12309 committed Mar 7, 2024
1 parent 673adb4 commit 0898a8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/analyze.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
v-if="lastCalc"
class="ml-4"
>
Last result <b>ascent-override</b>: {{ lastCalc.ascentOverride }}, <b>descent-override</b>: {{ lastCalc.descentOverride }}, <b>line-gap-override</b>: {{ lastCalc.lineGapOverride }}
Last result <b>ascent-override</b>: {{ lastCalc.ascentOverride }},
<b>descent-override</b>: {{ lastCalc.descentOverride }},
<b>line-gap-override</b>: {{ lastCalc.lineGapOverride }}
</span>
</div>

Expand Down

0 comments on commit 0898a8e

Please sign in to comment.