Skip to content

Commit b8e2c38

Browse files
committed
chore: add newline to end of files
1 parent 254894c commit b8e2c38

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"css.validate": false
3-
}
3+
}

src/functions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ const removeChildren = (parent) => {
1717
};
1818
const getPackageJSON = async() => {
1919
return await (await fetch("../package.json")).json();
20-
};
20+
};

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ <h1 class="font-bold text-xl">Preferences</h1>
9595
<div id="webviews"></div>
9696
</body>
9797

98-
</html>
98+
</html>

src/tabs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ function handleTabShortcuts(e) {
143143
removeTab();
144144
e.preventDefault();
145145
}
146-
};
146+
};

src/welcome.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ <h1 class="font-bold text-3xl">Catalyst</h1>
2020
</div>
2121
</body>
2222

23-
</html>
23+
</html>

0 commit comments

Comments
 (0)