From 8836c7f0ca41a6454cf8e16b9aa002481fbf0f71 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 20 Nov 2024 20:24:58 -0500 Subject: [PATCH] cleanup: prettier + format. --- apps/ssb/script.js | 4 ++-- apps/ssb/tf-tab-connections.js | 4 +++- core/index.html | 20 ++++++++++++++++---- src/ssb.c | 30 ++++++++++++++++++++---------- 4 files changed, 41 insertions(+), 17 deletions(-) diff --git a/apps/ssb/script.js b/apps/ssb/script.js index 232e0c74..37fc246c 100644 --- a/apps/ssb/script.js +++ b/apps/ssb/script.js @@ -17,8 +17,8 @@ import * as tf_tab_query from './tf-tab-query.js'; import * as tf_tag from './tf-tag.js'; import * as tf_styles from './tf-styles.js'; -window.addEventListener('load', function() { +window.addEventListener('load', function () { let style = document.createElement('style'); style.innerText = tf_styles.styles; document.body.appendChild(style); -}); \ No newline at end of file +}); diff --git a/apps/ssb/tf-tab-connections.js b/apps/ssb/tf-tab-connections.js index 03f0d874..23aab3bf 100644 --- a/apps/ssb/tf-tab-connections.js +++ b/apps/ssb/tf-tab-connections.js @@ -227,7 +227,9 @@ class TfTabConnectionsElement extends LitElement {

Connections

diff --git a/core/index.html b/core/index.html index 29f23d5e..829501bd 100644 --- a/core/index.html +++ b/core/index.html @@ -6,12 +6,24 @@ - - + + - - + +