From e079f46bd2047b66c7d4890b968b62162a32364c Mon Sep 17 00:00:00 2001 From: Dan Pesce Date: Thu, 8 Feb 2024 17:44:47 -0500 Subject: [PATCH] lint again --- frontend/src/views/DataView.svelte | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/frontend/src/views/DataView.svelte b/frontend/src/views/DataView.svelte index f5f5bd9f1..636cd2ab2 100644 --- a/frontend/src/views/DataView.svelte +++ b/frontend/src/views/DataView.svelte @@ -12,14 +12,13 @@ margin-bottom: 0; border: 1px solid white; } - .content hr{ - display: block; - height: 1px; - border: 0; - border-top: 1px solid white; - margin-top: -1px; - padding: 0; - + .content hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid white; + margin-top: -1px; + padding: 0; }