Skip to content

Commit 76fe6e4

Browse files
committed
Use shorthand properties
1 parent 5338733 commit 76fe6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/fourslash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ namespace FourSlash {
13041304
baselineFile,
13051305
() => stringify(
13061306
this.testData.markers.map(marker => ({
1307-
marker: marker,
1307+
marker,
13081308
quickInfo: this.languageService.getQuickInfoAtPosition(marker.fileName, marker.position)
13091309
}))
13101310
));

0 commit comments

Comments
 (0)