Skip to content

Commit d5fbc0b

Browse files
committed
chore: run prettier
1 parent 44d4bd7 commit d5fbc0b

File tree

5 files changed

+251
-233
lines changed

5 files changed

+251
-233
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface ExtensionConfig {
1010
* @see https://github.com/Sertion/vscode-gitblame/blob/main/src/util/property.ts
1111
*/
1212
export const getConfigKey = <TKey extends keyof ExtensionConfig>(
13-
name: TKey
13+
name: TKey,
1414
): ExtensionConfig[TKey] =>
1515
vscode.workspace
1616
.getConfiguration("jsdoc-comment-toggler")

0 commit comments

Comments
 (0)