mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
deno fmt
This commit is contained in:
parent
71e8d26195
commit
e601c43197
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ type Msg =
|
|||
| ['query', [string, unknown[]]];
|
||||
|
||||
function call([cmd, args]: Msg) {
|
||||
switch(cmd) {
|
||||
switch (cmd) {
|
||||
case 'open':
|
||||
return handleOpen(args[0]);
|
||||
case 'query':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue