Skip to content

Commit

Permalink
format source
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Oct 13, 2022
1 parent 568bf3b commit cd53b6f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/History/RunCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,7 @@ watch(
</script>

<template>
<v-card
flat
class="g-card overflow-auto"
height="100%"
rounded="lg"
>
<v-card flat class="g-card overflow-auto" height="100%" rounded="lg">
<div class="g-head">
<v-card-title>
Run: {{ run.runNo }}
Expand Down

0 comments on commit cd53b6f

Please sign in to comment.