Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions difftest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";