Reformat.

This commit is contained in:
Patrick Fic
2025-03-21 11:41:42 -07:00
parent 14e7c64eab
commit d14137dc44
34 changed files with 380 additions and 339 deletions

View File

@@ -154,7 +154,7 @@ function createWindow(): void {
label: "Log the Store",
click: (): void => {
log.debug(
"Store Contents" + JSON.stringify(store.store, null, 4)
"Store Contents" + JSON.stringify(store.store, null, 4),
);
},
},
@@ -171,7 +171,7 @@ function createWindow(): void {
jobs
{
id}}
`
`,
)
.then((data) => {
log.info("Data from graffle", data);