Skip to content

Commit 5e66257

Browse files
committed
Removed a trailing space which gave errors when building under Docker
1 parent 5397902 commit 5e66257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-starter/components/AppSidebar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div v-if="resizable"
2626
class="wgu-app-sidebar-resizer"
2727
@mousedown.prevent="onResize"
28-
/>
28+
/>
2929
</v-navigation-drawer>
3030
</template>
3131

0 commit comments

Comments
 (0)