Skip to content

Commit 56f9ecd

Browse files
authored
chore(playground): fix linting warning
1 parent 6efec4d commit 56f9ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/play.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<!-- Result -->
185185
<b-card no-body class="play-result" header-tag="header">
186186
<template v-slot:header>
187-
<div class="d-flex justify-content-between align-items-center" >
187+
<div class="d-flex justify-content-between align-items-center">
188188
<h5 class="mb-0">
189189
<span>Result</span>
190190
<small v-if="compiling || building" class="text-muted"> building</small>

0 commit comments

Comments
 (0)