Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Nov 27, 2024
1 parent 76d710c commit 42bd254
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
<section>
<GroupProjectsChart
label="macOS"
:measure="metric+'_'+mode"
:measure="metric + '_' + mode"
:projects="macOSConfigurations"
/>
</section>
<section class="flex gap-x-6">
<div class="flex-1 min-w-0">
<GroupProjectsChart
label="Ubuntu"
:measure="metric+'_'+mode"
:measure="metric + '_' + mode"
:projects="ubuntuConfigurations"
/>
</div>
<div class="flex-1 min-w-0">
<GroupProjectsChart
label="Windows"
:measure="metric+'_'+mode"
:measure="metric + '_' + mode"
:projects="windowsConfigurations"
/>
</div>
Expand Down

0 comments on commit 42bd254

Please sign in to comment.