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 Oct 20, 2023
1 parent c9f226b commit bdcc34e
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit bdcc34e

Please sign in to comment.