Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Dec 10, 2023
1 parent 0f9603c commit d57add0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cursorless-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
}
},
"type": "module"
}
}
4 changes: 2 additions & 2 deletions packages/cursorless-engine/src/core/Cheatsheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface CheatSheetCommandArg {
/**
* A representation of all spoken forms that is used to generate the
* cheatsheet.
*
*
* The command is called from talon and this is passed as one of the parameters.
*/
spokenFormInfo: CheatsheetInfo;
Expand All @@ -32,7 +32,7 @@ interface CheatSheetCommandArg {
/**
* Despite the name, does not show the cheatsheet. Instead, it updates the cheatsheet file.
* I should read history of this file to understand why all of this was not done on talon side.
*
*
* Usage stats will be collected extension side (source of truth for all things cursorless).
*/
export async function showCheatsheet({
Expand Down

0 comments on commit d57add0

Please sign in to comment.