Skip to content

Commit

Permalink
fix: formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
dankeboy36 committed Dec 1, 2023
1 parent 8d348ba commit ddac4d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ assert.strictEqual(fqbn3.toString(true), 'arduino:samd:mkr1000');
assert.strictEqual(fqbn3.sanitize().toString(), 'arduino:samd:mkr1000');

// equals
assert.ok(
new FQBN('a:b:c:o1=v1,o2=v2').equals(new FQBN('a:b:c:o2=v2,o1=v1'))
);
assert.ok(new FQBN('a:b:c:o1=v1,o2=v2').equals(new FQBN('a:b:c:o2=v2,o1=v1')));
```

## Development
Expand Down

0 comments on commit ddac4d2

Please sign in to comment.