Browse Source

fix: remove whitespace to resolve linter warning

pull/3332/head
Gabe Kangas 2 years ago
parent
commit
03b785fbe2
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 1
      core/storageproviders/local.go

1
core/storageproviders/local.go

@ -45,7 +45,6 @@ func (s *LocalStorage) VariantPlaylistWritten(localFilePath string) { @@ -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 {

Loading…
Cancel
Save