Skip to content

Commit 6f18286

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 65a747e commit 6f18286

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
scopeType: {type: switchStatementSubject}
1111
usePrePhraseSnapshot: true
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |
1717
int main() {

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
scopeType: {type: switchStatementSubject}
1111
usePrePhraseSnapshot: false
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |
1717
int main() {

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
scopeType: {type: switchStatementSubject}
1111
usePrePhraseSnapshot: true
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |-
1717
switch (aaa) {

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
scopeType: {type: switchStatementSubject}
1111
usePrePhraseSnapshot: false
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |-
1717
switch (aaa + 1) {

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
usePrePhraseSnapshot: true
1111
action: {name: clearAndSetSelection}
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |
1717
class Aaa {

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
usePrePhraseSnapshot: true
1111
action: {name: clearAndSetSelection}
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |
1717
class Aaa {

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/python/clearSubject.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
usePrePhraseSnapshot: true
1111
action: {name: clearAndSetSelection}
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |
1717
match 0:

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/rust/changeSubject.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
usePrePhraseSnapshot: true
1111
action: {name: clearAndSetSelection}
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |
1717
match user {

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/scala/clearSubject.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
usePrePhraseSnapshot: true
1111
action: {name: clearAndSetSelection}
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |
1717
def matchTest(x: Int): String = x match {

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
scopeType: {type: switchStatementSubject}
1111
usePrePhraseSnapshot: true
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |-
1717
switch(aaa) {

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ command:
1010
scopeType: {type: switchStatementSubject}
1111
usePrePhraseSnapshot: true
1212
spokenFormError: >-
13-
simple scope type type with id switchStatementSubject; this is a private spoken
14-
form currently only for internal experimentation
13+
simple scope type type with id switchStatementSubject; this is a private
14+
spoken form currently only for internal experimentation
1515
initialState:
1616
documentContents: |-
1717
switch(aaa + 1) {

0 commit comments

Comments
 (0)