From 6e6b068ae2adc8c5ef8acb633dcadfbdc3221b61 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 11 Jun 2025 12:39:28 -0400 Subject: tools/reformat --- ui/lib/outbox.svelte.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/lib/outbox.svelte.js') diff --git a/ui/lib/outbox.svelte.js b/ui/lib/outbox.svelte.js index 472c58b..183f8ff 100644 --- a/ui/lib/outbox.svelte.js +++ b/ui/lib/outbox.svelte.js @@ -19,7 +19,7 @@ class PostToChannel { channel: this.channel, sender, body: this.body, - renderedBody: this.renderedBody + renderedBody: this.renderedBody, }; } -- cgit v1.2.3