Skip to content

Commit 174c748

Browse files
committed
code refactoring
1 parent afab7d6 commit 174c748

File tree

4 files changed

+166
-101
lines changed

4 files changed

+166
-101
lines changed

.vscode/launch.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"mode": "auto",
3232
"program": "${workspaceFolder}/cmd/trice",
3333
"env": {},
34-
"args": ["sd",
34+
"args": ["sd"
3535
]
3636
},
3737
{
@@ -48,7 +48,7 @@
4848
"-rndMode", "ChaosMode",
4949
"-color", "off",
5050
"-ts", "none",
51-
"-key", "none",
51+
"-key", "none"
5252
]
5353
},
5454
{
@@ -67,7 +67,7 @@
6767
"-encoding",
6868
"packl",
6969
"-idlist",
70-
"${workspaceFolder}/til.json",
70+
"${workspaceFolder}/til.json"
7171
]
7272
},
7373
{

0 commit comments

Comments
 (0)