Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Commit 59507e8

Browse files
committed
fix indentation
1 parent 088c39f commit 59507e8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ window.addEventListener('load', () => {
44
sapper.start({
55
target: document.querySelector('#sapper')
66
});
7-
});
7+
});

src/template.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<link rel="stylesheet" href="global.css">
1111
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
1212
<link rel="icon" type="image/png" href="favicon.png">
13+
1314
<!-- Sapper creates a <script> tag containing `src/client.js`
14-
and anything else it needs to hydrate the app and
15-
initialise the router -->
15+
and anything else it needs to hydrate the app and
16+
initialise the router -->
1617
%sapper.scripts%
1718

1819
<!-- Sapper generates a <style> tag containing critical CSS
@@ -28,7 +29,5 @@
2829
<!-- The application will be rendered inside this element,
2930
because `src/client.js` references it -->
3031
<div id="sapper">%sapper.html%</div>
31-
32-
3332
</body>
34-
</html>
33+
</html>

0 commit comments

Comments
 (0)