From 03b785fbe20ee3b883fb35d87bafc2b255b27c71 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 21 Sep 2023 18:04:06 -0700 Subject: [PATCH] fix: remove whitespace to resolve linter warning --- core/storageproviders/local.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/storageproviders/local.go b/core/storageproviders/local.go index 966893b24..65bcaa907 100644 --- a/core/storageproviders/local.go +++ b/core/storageproviders/local.go @@ -45,7 +45,6 @@ func (s *LocalStorage) VariantPlaylistWritten(localFilePath string) { // MasterPlaylistWritten is called when the master hls playlist is written. func (s *LocalStorage) MasterPlaylistWritten(localFilePath string) { - // If we're using a remote serving endpoint, we need to rewrite the master playlist if s.host != "" { if err := rewritePlaylistLocations(localFilePath, s.host, ""); err != nil {