Skip to content

Commit ed914a8

Browse files
committed
Fix new lint error
1 parent 31c3d44 commit ed914a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ namespace ts {
16271627
/**
16281628
* Creates a string comparer for use with string collation in the UI.
16291629
*/
1630-
const createUIStringComparer = (function () {
1630+
const createUIStringComparer = (() => {
16311631
let defaultComparer: Comparer<string> | undefined;
16321632
let enUSComparer: Comparer<string> | undefined;
16331633

0 commit comments

Comments
 (0)