From 42345eef10927a5d5aac84ee810cd67796991edc Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Thu, 21 Jan 2021 22:21:07 +0000 Subject: [PATCH] Test sub-line diffs --- difftest.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/difftest.ts b/difftest.ts index f49eac2..62095e0 100644 --- a/difftest.ts +++ b/difftest.ts @@ -2,9 +2,9 @@ // Here I'm going to change the leading whitespace before the args myFunction.doWithArgs( - arg1, - arg2.getProperty() + arg1, + arg2.getProperty() ); // Here I'm going to add a third import to see if it handles the commas right -import { foo, bar } from "library"; +import { foo, bar, baz } from "library";