From 6c4e4cb5f6be4d7c52f5784067672957667f5c78 Mon Sep 17 00:00:00 2001
From: Kasper Seweryn <github@wvffle.net>
Date: Tue, 7 Mar 2023 08:56:29 +0100
Subject: [PATCH] fix(pre-commit): fix linting

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
---
 .yarnrc                                | 2 +-
 front/src/style/components/_queue.scss | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.yarnrc b/.yarnrc
index 9549e84b7..723d87649 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,2 +1,2 @@
 --cwd front
---add.exact true
\ No newline at end of file
+--add.exact true
diff --git a/front/src/style/components/_queue.scss b/front/src/style/components/_queue.scss
index abd7eaef5..b4afce275 100644
--- a/front/src/style/components/_queue.scss
+++ b/front/src/style/components/_queue.scss
@@ -162,7 +162,7 @@
     width: 100%;
     transform-origin: top left;
     will-change: transform;
-    
+
     &.position {
       transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
     }
@@ -193,7 +193,7 @@
     animation-duration: 2s;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
-    
+
     &:not(.buffer) {
       background: transparent !important;
     }
@@ -360,7 +360,7 @@
               opacity: 0;
               transform: translateY(0.5em);
             }
-            
+
             .tooltip {
               z-index: 2;
               pointer-events: all;