Skip to content

call-with-no-braces in slax-1.2 needs to be formatted #34

@philshafer

Description

@philshafer

% cat /tmp/1
var $x = call foo($y);
var $a = call foo($b);
% slaxproc -p --format /tmp/1
var $x = {
call foo($y);
}
var $a = {
call foo($b);
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions