npm run format

Signed-off-by: Phred <fearphage@gmail.com>
This commit is contained in:
Phred 2021-08-06 09:33:45 -05:00
parent af4fd4efb5
commit 9720455de9
No known key found for this signature in database
GPG key ID: 8103F27168DAA2A0
2 changed files with 3 additions and 8 deletions

View file

@ -644,7 +644,7 @@ describe('flagMap', () => {
expect(results).toEqual([
['--catpants', 'a'],
['--catpants', 'b'],
['--catpants', 'c'],
['--catpants', 'c']
]);
});
});