Skip to content

Commit e0e906a

Browse files
Ran prettier
1 parent 898a98a commit e0e906a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/cursorless-org-docs/src/docs/user/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ Note that the `"from"` modifier was not enabled by default on older Cursorless i
408408
The `"just"` modifier strips the target of any semantic information, treating it as just a raw range, with the following effects:
409409

410410
- The new target has no leading or trailing delimiters. For example:
411-
412411
- `"chuck just air"` will delete just the air token, leaving adjacent spaces undisturbed, unlike the default behaviour of `"chuck air"` that deletes the air token _and_ cleans up adjacent whitespace as appropriate. Ie for
413412

414413
```

packages/cursorless-vscode/src/ScopeTreeProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function getSupportCategories(): SupportCategoryTreeItem[] {
214214
}
215215

216216
class ScopeSupportTreeItem extends TreeItem {
217-
public declare readonly label: TreeItemLabel;
217+
declare public readonly label: TreeItemLabel;
218218
public url: string | undefined;
219219

220220
/**

0 commit comments

Comments
 (0)