Skip to content

Commit 4d1d38f

Browse files
Indent
1 parent 473c8c2 commit 4d1d38f

File tree

1 file changed

+12
-12
lines changed
  • cursorless-talon/src/cheatsheet/sections

1 file changed

+12
-12
lines changed

cursorless-talon/src/cheatsheet/sections/scopes.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ def get_scopes() -> list[ListItemDescriptor]:
2828
}
2929
)
3030

31-
items.append(
32-
{
33-
"id": "pair",
34-
"type": "scopeType",
35-
"variations": [
36-
{
37-
"spokenForm": "<pair>",
38-
"description": "Paired delimiters",
39-
},
40-
],
41-
},
42-
)
31+
items.append(
32+
{
33+
"id": "pair",
34+
"type": "scopeType",
35+
"variations": [
36+
{
37+
"spokenForm": "<pair>",
38+
"description": "Paired delimiters",
39+
},
40+
],
41+
},
42+
)
4343

4444
return items

0 commit comments

Comments
 (0)