Skip to content

Commit

Permalink
Fix formatting for conditionalArgument on Rules.md (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshubir authored and nicklockwood committed Jun 29, 2024
1 parent 33a2ce3 commit 59412ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ Option | Description
- bar = "bar"
+ "bar"
}

```
```diff
- let foo: String
- switch condition {
Expand All @@ -538,7 +538,7 @@ Option | Description
+ "bar"
}
```

``` diff
// With --condassignment always (disabled by default)
- switch condition {
+ foo.bar = switch condition {
Expand Down

0 comments on commit 59412ee

Please sign in to comment.