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 Aug 11, 2023
1 parent 1ac8931 commit 7c2c16f
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ initialState:
finalState:
file: final
-- initial --
> eval(action)[0]()
> eval(action)[0]()
| !
>
-- final --
> ()
> ()
| !
>
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ initialState:
finalState:
file: final
-- initial --
>
>
^ *
> const value = "Hello world";
> const value = "Hello world";
| !
>
-- final --
>
> const = "Hello world";
>
> const = "Hello world";
| !
>
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ initialState:
finalState:
file: final
-- initial --
>
>
| !
> abc
> abc
>
-- final --
>
>
>
>
| !
>
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ initialState:
finalState:
file: final
-- initial --
>
>
^ *
> const value = "Hello world";
> const value = "Hello world";
| !
>
-- final --
>
>
> const value = "Hello world";
>
>
> const value = "Hello world";
| !
>
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ initialState:
finalState:
file: final
-- initial --
>
>
> foo
| !
-- final --
>
> foo
>
>
> foo
>
>
| !
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ initialState:
finalState:
file: final
-- initial --
> [
> 111,
> [
> 111,
| !
> 222
> 222
> ]
-- final --
> [
> 111,
> ,
> [
> 111,
> ,
| !
> 222
> 222
> ]
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ initialState:
finalState:
file: final
-- initial --
> def whatever():
> if True:
> def whatever():
> if True:
| !
> pass
-- final --
> def whatever():
> if True:
> pass
> def whatever():
> if True:
> pass
>
| !

0 comments on commit 7c2c16f

Please sign in to comment.