Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Nov 1, 2019
1 parent 0255957 commit 883d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nn-syntax/parser.lr
Expand Up @@ -242,7 +242,7 @@ selector = {
fn:FUNCTION => [new Ast.Selector.Device(fn.value.kind, null, null), fn.value.channel];
selector attr:device_attribute => {
const [sel, chan] = selector;
const [sel,] = selector;
if (attr.name === 'id')
sel.id = attr.value.toJS();
else if (attr.name === 'all')
Expand Down

0 comments on commit 883d839

Please sign in to comment.