From bdcc34e017a14cf5a8701fcca879fd08e0a99c8c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:14:10 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- .../suite/fixtures/recorded/languages/cpp/clearSubject.yml | 4 ++-- .../suite/fixtures/recorded/languages/cpp/clearSubject2.yml | 4 ++-- .../suite/fixtures/recorded/languages/csharp/clearSubject.yml | 4 ++-- .../fixtures/recorded/languages/csharp/clearSubject2.yml | 4 ++-- .../suite/fixtures/recorded/languages/java/clearSubject.yml | 4 ++-- .../suite/fixtures/recorded/languages/java/clearSubject2.yml | 4 ++-- .../suite/fixtures/recorded/languages/python/clearSubject.yml | 4 ++-- .../suite/fixtures/recorded/languages/rust/changeSubject.yml | 4 ++-- .../suite/fixtures/recorded/languages/scala/clearSubject.yml | 4 ++-- .../fixtures/recorded/languages/typescript/clearSubject.yml | 4 ++-- .../fixtures/recorded/languages/typescript/clearSubject2.yml | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject.yml index 00c0be2e770..2527a0329a8 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject.yml @@ -10,8 +10,8 @@ command: scopeType: {type: switchStatementSubject} usePrePhraseSnapshot: true spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: | int main() { diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject2.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject2.yml index 8ac31184965..7cb19907d1a 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject2.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/cpp/clearSubject2.yml @@ -10,8 +10,8 @@ command: scopeType: {type: switchStatementSubject} usePrePhraseSnapshot: false spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: | int main() { diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject.yml index 6450cdacd2c..8b01c6f5ff5 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject.yml @@ -10,8 +10,8 @@ command: scopeType: {type: switchStatementSubject} usePrePhraseSnapshot: true spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: |- switch (aaa) { diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject2.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject2.yml index 43e34f9456b..6003ddaffaa 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject2.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/csharp/clearSubject2.yml @@ -10,8 +10,8 @@ command: scopeType: {type: switchStatementSubject} usePrePhraseSnapshot: false spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: |- switch (aaa + 1) { diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject.yml index 011d260ce89..a069d783ad3 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject.yml @@ -10,8 +10,8 @@ command: usePrePhraseSnapshot: true action: {name: clearAndSetSelection} spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: | class Aaa { diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject2.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject2.yml index 6f21a047d8b..23cc14a25de 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject2.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/java/clearSubject2.yml @@ -10,8 +10,8 @@ command: usePrePhraseSnapshot: true action: {name: clearAndSetSelection} spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: | class Aaa { diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/python/clearSubject.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/python/clearSubject.yml index aaac7783b95..c72dd3f221a 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/python/clearSubject.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/python/clearSubject.yml @@ -10,8 +10,8 @@ command: usePrePhraseSnapshot: true action: {name: clearAndSetSelection} spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: | match 0: diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/rust/changeSubject.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/rust/changeSubject.yml index 143ff0e527b..30657de978a 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/rust/changeSubject.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/rust/changeSubject.yml @@ -10,8 +10,8 @@ command: usePrePhraseSnapshot: true action: {name: clearAndSetSelection} spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: | match user { diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/scala/clearSubject.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/scala/clearSubject.yml index b0d6da2094d..6a62af30733 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/scala/clearSubject.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/scala/clearSubject.yml @@ -10,8 +10,8 @@ command: usePrePhraseSnapshot: true action: {name: clearAndSetSelection} spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: | def matchTest(x: Int): String = x match { diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject.yml index 8e99714302a..856ef725741 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject.yml @@ -10,8 +10,8 @@ command: scopeType: {type: switchStatementSubject} usePrePhraseSnapshot: true spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: |- switch(aaa) { diff --git a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject2.yml b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject2.yml index d0e16410a09..2ccfd2dda8a 100644 --- a/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject2.yml +++ b/packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearSubject2.yml @@ -10,8 +10,8 @@ command: scopeType: {type: switchStatementSubject} usePrePhraseSnapshot: true spokenFormError: >- - simple scope type type with id switchStatementSubject; this is a private spoken - form currently only for internal experimentation + simple scope type type with id switchStatementSubject; this is a private + spoken form currently only for internal experimentation initialState: documentContents: |- switch(aaa + 1) {