From cb3b65e78445eaead914ed27554d0ffbc1ee0b33 Mon Sep 17 00:00:00 2001 From: bcoe Date: Sat, 3 Apr 2021 17:57:15 -0700 Subject: [PATCH] chore: fix linting --- types/yargs/yargs-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/yargs/yargs-tests.ts b/types/yargs/yargs-tests.ts index 587d68ab409a535..fdcad1bd4dfcdcc 100644 --- a/types/yargs/yargs-tests.ts +++ b/types/yargs/yargs-tests.ts @@ -1290,4 +1290,4 @@ function Argv$hideBinHelper() { function Argv$ParserHelper() { // $ExpectType Arguments const argv = yargsHelpers.Parser('--foo --bar=99'); -} \ No newline at end of file +}