Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Dec 15, 2024
1 parent 4094253 commit 8fa9b55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions framerail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "framerail",
"version": "2024.12.15",
"description": "Framerail - Wikijump frontend service",
"type": "module",
"private": true,
"repository": "https://github.com/scpwiki/wikijump/tree/develop/framerail",
"license": "AGPL-3.0-or-later",
"type": "module",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
5 changes: 3 additions & 2 deletions framerail/src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
</tr>
<tr class="info-attribute-row">
<th class="info-attribute-name">UT:Rustc version</th>
<td class="info-attribute-value">{$page.data.backend.compile_info.rustc_version}</td>
<td class="info-attribute-value">{$page.data.backend.compile_info.rustc_version}</td
>
</tr>
</tbody>
<tbody>
Expand Down Expand Up @@ -85,4 +86,4 @@
text-align: left;
}
}
</style>
</style>

0 comments on commit 8fa9b55

Please sign in to comment.