From a27b575380378f1b490dcabb8cc67f05adee5daa Mon Sep 17 00:00:00 2001
From: zrose584 <57181548+zrose584@users.noreply.github.com>
Date: Wed, 21 Oct 2020 10:35:01 +0200
Subject: remove trailing whitespaces

---
 youtube/templates/channel.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'youtube/templates/channel.html')

diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html
index a0cdff9..dddbff1 100644
--- a/youtube/templates/channel.html
+++ b/youtube/templates/channel.html
@@ -34,11 +34,11 @@
         main .channel-tabs{
             grid-row:2;
             grid-column: 1 / span 2;
-            
+
             display:grid;
             grid-auto-flow: column;
             justify-content:start;
-            
+
             background-color: var(--interface-color);
             padding: 3px;
             padding-left: 6px;
@@ -103,7 +103,7 @@
         }
 {% endblock style %}
 
-{% block main %}     
+{% block main %}
     <img class="avatar" src="{{ avatar }}">
     <div class="summary">
         <h2 class="title">{{ channel_name }}</h2>
-- 
cgit v1.2.3