Make the linter happy
This commit is contained in:
parent
de6db4141f
commit
aaefa38602
2 changed files with 7 additions and 7 deletions
|
@ -322,7 +322,7 @@ def produce_playlist_continuation(id, index)
|
|||
.try { |i| Protodec::Any.from_json(i) }
|
||||
.try { |i| Base64.urlsafe_encode(i, padding: false) }
|
||||
|
||||
data_wrapper = { "1:varint" => request_count, "15:string" => "PT:#{data}" }
|
||||
data_wrapper = {"1:varint" => request_count, "15:string" => "PT:#{data}"}
|
||||
.try { |i| Protodec::Any.cast_json(i) }
|
||||
.try { |i| Protodec::Any.from_json(i) }
|
||||
.try { |i| Base64.urlsafe_encode(i) }
|
||||
|
|
Loading…
Reference in a new issue