Skip to content

Commit 0d36e6b

Browse files
more format
1 parent 972a188 commit 0d36e6b

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

packages/cursorless-engine/src/core/HatTokenMapImpl.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,9 @@ export class HatTokenMapImpl implements HatTokenMap {
5656
this.getActiveMap = this.getActiveMap.bind(this);
5757
this.allocateHats = this.allocateHats.bind(this);
5858

59-
this.hatAllocator = new HatAllocator(
60-
ide,
61-
tokenGraphemeSplitter,
62-
hats,
63-
{
64-
getActiveMap: this.getActiveMap,
65-
},
66-
);
59+
this.hatAllocator = new HatAllocator(ide, tokenGraphemeSplitter, hats, {
60+
getActiveMap: this.getActiveMap,
61+
});
6762
}
6863

6964
/**

0 commit comments

Comments
 (0)