Skip to content

Commit f760b38

Browse files
format
1 parent c4c3ae2 commit f760b38

File tree

17 files changed

+70
-83
lines changed

17 files changed

+70
-83
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- 'v*'
7-
87

98
jobs:
109
build_site:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ repos:
88
hooks:
99
- id: trivyfs-docker
1010
args:
11-
- .
11+
- .

renovate.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"]
64
}

src/app.css

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
@import "@skeletonlabs/skeleton";
2-
@import "@skeletonlabs/skeleton/optional/presets";
3-
@import "@skeletonlabs/skeleton/themes/cerberus";
4-
@import "@skeletonlabs/skeleton";
5-
@import "@skeletonlabs/skeleton/optional/presets";
6-
@import "@skeletonlabs/skeleton/themes/cerberus";
7-
@import "@skeletonlabs/skeleton";
8-
@import "@skeletonlabs/skeleton/optional/presets";
9-
@import "@skeletonlabs/skeleton/themes/cerberus";
10-
@import "@skeletonlabs/skeleton";
11-
@import "@skeletonlabs/skeleton/optional/presets";
12-
@import "@skeletonlabs/skeleton/themes/wintry";
13-
1+
@import '@skeletonlabs/skeleton';
2+
@import '@skeletonlabs/skeleton/optional/presets';
3+
@import '@skeletonlabs/skeleton/themes/cerberus';
4+
@import '@skeletonlabs/skeleton';
5+
@import '@skeletonlabs/skeleton/optional/presets';
6+
@import '@skeletonlabs/skeleton/themes/cerberus';
7+
@import '@skeletonlabs/skeleton';
8+
@import '@skeletonlabs/skeleton/optional/presets';
9+
@import '@skeletonlabs/skeleton/themes/cerberus';
10+
@import '@skeletonlabs/skeleton';
11+
@import '@skeletonlabs/skeleton/optional/presets';
12+
@import '@skeletonlabs/skeleton/themes/wintry';
1413

1514
@font-face {
1615
font-family: 'Abril Fatface';
1716
src: url('/fonts/AbrilFatface.ttf');
1817
font-display: swap;
1918
}
2019

21-
2220
@import 'tailwindcss';
2321
@plugin '@tailwindcss/typography';

src/app.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!doctype html>
22
<html lang="en" class="dark" data-theme="wintry">
33
<head>
4-
<meta charset="utf-8" >
5-
<link rel="icon" href="%sveltekit.assets%/favicon.png" >
6-
<meta name="viewport" content="width=device-width" >
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
6+
<meta name="viewport" content="width=device-width" />
77
%sveltekit.head%
88
</head>
99
<body data-sveltekit-preload-data="hover">

src/components/root/mobileNav.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
function toggleDropdown() {
1010
isOpen = !isOpen;
1111
}
12-
1312
</script>
1413

1514
<div class="flex items-center justify-center lg:hidden">
@@ -46,7 +45,7 @@
4645
</div>
4746
{/snippet}
4847
</Popover>
49-
<!--
48+
<!--
5049
<button
5150
class="m-0 pe-3 pb-0"
5251
type="button"

src/routes/(home)/+page.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
</script>
2424

2525
<svelte:head>
26-
<title>Stephen O'Dwyer - Data Driven Security Software Engineer | Software, Cyber, ML, SRE | {base}</title>
26+
<title
27+
>Stephen O'Dwyer - Data Driven Security Software Engineer | Software, Cyber, ML, SRE | {base}</title
28+
>
2729
<meta name="description" content="Stephen O'Dwyer Introduction" />
2830
</svelte:head>
2931

src/routes/(main)/blog/10/+page.svelte

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ func main() {
6262
<img src="{base}/blog/10/statsviz.png" alt="cert" />
6363

6464
<PageParagraph>
65-
Code on <a href="https://github.com/gradientsearch/go-service-profiling" class="underline underline-offset-8 text-sky-500">GitHub</a>
65+
Code on <a
66+
href="https://github.com/gradientsearch/go-service-profiling"
67+
class="underline underline-offset-8 text-sky-500">GitHub</a
68+
>
6669
</PageParagraph>
6770
<PageParagraph>
6871
In this post, we’ll walk through setting up debug endpoints to profile your Go application in
@@ -148,8 +151,7 @@ func main() {
148151
Be cautious when running this in a production environment and always ensure these endpoints are
149152
not publicly accessible.
150153
</PageParagraph>
151-
152-
154+
153155
<h2>Metric Descriptions</h2>
154156

155157
<PageParagraph>

src/routes/(main)/blog/2/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ jobs:
149149

150150
<PageParagraph>Let's dive into the steps!</PageParagraph>
151151

152-
153152
<div>
154153
<PageHeader className="">1. Configuring Svelte to Build a Static Site</PageHeader>
155154

src/routes/(main)/blog/7/+page.svelte

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
let backText = 'blog';
1414
let backHref = '/blog';
1515
16-
let mapOfMutexes = `
16+
let mapOfMutexes = `
1717
import (
1818
"fmt"
1919
"sync"
@@ -86,9 +86,9 @@ func (me *mentry) Unlock() {
8686
e.el.Unlock()
8787
8888
}
89-
`
89+
`;
9090
91-
let mapOfMutexesTests = `
91+
let mapOfMutexesTests = `
9292
import (
9393
"math/rand"
9494
"strconv"
@@ -172,11 +172,11 @@ func BenchmarkM(b *testing.B) {
172172
173173
}
174174
175-
`
175+
`;
176176
177-
let use = `bundlePath := fmt.Sprintf("%s/%s/bundles/%s", BUNDLE_SCHEMA, ownerEntityID, bundleID)
177+
let use = `bundlePath := fmt.Sprintf("%s/%s/bundles/%s", BUNDLE_SCHEMA, ownerEntityID, bundleID)
178178
bundleLock := bundleMapOfMu.Lock(bundlePath)
179-
defer bundleLock.Unlock()`
179+
defer bundleLock.Unlock()`;
180180
</script>
181181

182182
<PageLayout {backHref} {backText} {title} {date}>
@@ -202,28 +202,25 @@ defer bundleLock.Unlock()`
202202

203203
<PageParagraph>
204204
In some cases, you can find gems on Stack Overflow. However, rarely do the gems come with tests.
205-
The following map of mutexes code was pulled from this <a class="text-primary-500"
205+
The following map of mutexes code was pulled from this <a
206+
class="text-primary-500"
206207
href="https://stackoverflow.com/questions/40931373/how-to-gc-a-map-of-mutexes-in-go"
207208
target="_blank">SO</a
208-
> question and provided by <a class="text-primary-500" href="https://stackoverflow.com/users/961810/brad-peabody" target="_blank">Brad Peabody</a>.
209+
>
210+
question and provided by
211+
<a
212+
class="text-primary-500"
213+
href="https://stackoverflow.com/users/961810/brad-peabody"
214+
target="_blank">Brad Peabody</a
215+
>.
209216
</PageParagraph>
210217

211-
212-
213-
<PageParagraph>
214-
Map Of Mutexes:
215-
</PageParagraph>
218+
<PageParagraph>Map Of Mutexes:</PageParagraph>
216219
<Code code={mapOfMutexes} lang="go"></Code>
217220

218-
<PageParagraph>
219-
Map Of Mutexes Tests:
220-
</PageParagraph>
221+
<PageParagraph>Map Of Mutexes Tests:</PageParagraph>
221222
<Code code={mapOfMutexesTests} lang="go"></Code>
222223

223-
<PageParagraph>
224-
Locking A Bundle:
225-
</PageParagraph>
224+
<PageParagraph>Locking A Bundle:</PageParagraph>
226225
<Code code={use} lang="go"></Code>
227-
228-
229226
</PageLayout>

0 commit comments

Comments
 (0)