Add indentation in `<script type="module">`
Quick one to decide (but I want to resolve the comment):
In !1722 (comment 607131) @stefanor suggests:
- <script type="module">
- const selectTab = () => {
+ <script type="module">
+ const selectTab = () => {
This is happening in three places now.
Should we change all three?