Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Jan 31, 2023
1 parent 3c941d2 commit 4741bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tck/features/yield/yield.IntVid.feature
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ Feature: Yield Sentence
"""
Then the result should be, in any order:
| (1- -(1)) |
| 2 |
| 2 |

Scenario: deduce typecase
When executing query:
Expand Down
2 changes: 1 addition & 1 deletion tests/tck/features/yield/yield.feature
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ Feature: Yield Sentence
"""
Then the result should be, in any order, with relax comparison:
| (1- -(1)) |
| 2 |
| 2 |

Scenario: deduce typecase
When executing query:
Expand Down

0 comments on commit 4741bac

Please sign in to comment.