mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 17:53:06 -06:00
schema: adding missing comma to line 212 (#3772)
This commit is contained in:
parent
eed351eb47
commit
a65587a477
@ -209,7 +209,7 @@
|
||||
{ "$ref": "#/definitions/NewTabAction" },
|
||||
{ "$ref": "#/definitions/SwitchToTabAction" },
|
||||
{ "$ref": "#/definitions/MoveFocusAction" },
|
||||
{ "$ref": "#/definitions/ResizePaneAction" }
|
||||
{ "$ref": "#/definitions/ResizePaneAction" },
|
||||
{ "$ref": "#/definitions/SplitPaneAction" }
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user