mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-14 10:25:31 +00:00
fix: Fixed missing space between update and media player, b=closes #11592, c=scripts, common, tabs, workspaces
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
import json
|
||||
from typing import Any
|
||||
|
||||
|
||||
class JSONWithCommentsDecoder(json.JSONDecoder):
|
||||
def __init__(self, **kw):
|
||||
super().__init__(**kw)
|
||||
|
||||
Reference in New Issue
Block a user