diff options
author | Pauline <git@ethanlibs.co> | 2023-12-26 21:40:26 +0100 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-12-26 21:40:26 +0100 |
commit | 1ec972a8aad20605d28616b4f88781d6b7985021 (patch) | |
tree | f951049113c9003c67fec348e1fe586126df6d74 /apps/website/src/pages | |
parent | 02534ba7bbf9f4fd7022ab63c619da819fb99d26 (diff) | |
download | Nexus-1ec972a8aad20605d28616b4f88781d6b7985021.tar.gz Nexus-1ec972a8aad20605d28616b4f88781d6b7985021.tar.bz2 Nexus-1ec972a8aad20605d28616b4f88781d6b7985021.zip |
chore(lint): lint all files
Diffstat (limited to 'apps/website/src/pages')
-rw-r--r-- | apps/website/src/pages/projects/oneconfig.astro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index 1ff50d4..885d2c6 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -78,8 +78,9 @@ import { Code } from 'astro:components'; // Do stuff here }); } -}`} - lang="java"/> +}` +} + lang="java"/> </div> </div> |