vscode-monkey-c icon indicating copy to clipboard operation
vscode-monkey-c copied to clipboard

Symbols not correctly formatted

Open Likenttt opened this issue 4 years ago • 0 comments

mColor = params.get( : color);
x0 = params.get( : x0);
y0 = params.get( : y0);
x1 = params.get( : x1);
y1 = params.get( : y1);

The spaces are redundant

Likenttt avatar Jun 12 '21 15:06 Likenttt