Skip to content

Commit

Permalink
Cleanup from self review
Browse files Browse the repository at this point in the history
  • Loading branch information
banga committed Dec 29, 2023
1 parent 715ea80 commit 7d8f2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,5 @@
},
"[properties]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
}
2 changes: 1 addition & 1 deletion src/benchmark.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { wrapSpannedStringByWord } from './wrapSpannedStringByWord.js';
import { wrapSpannedStringByWord } from './wrapSpannedStringByWord';

import Benchmark, { Event } from 'benchmark';
import { SpannedString } from './SpannedString';
Expand Down

0 comments on commit 7d8f2a4

Please sign in to comment.