Skip to content

Commit

Permalink
use prettier unicode ≤
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Oct 4, 2024
1 parent 5acbbf4 commit ffab4e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ public class Foo {

/**
* With only an ImportLayoutStyle and no TabAndIndentsStyle the recipe indents the `extends` keyword as well.
* This test verifies that TabAndIndentsStyle can be configured (with continuationIndent <= -2) so that it leaves
* This test verifies that TabAndIndentsStyle can be configured (with continuationIndent -2) so that it leaves
* the code following the imports as it is.
*/
@Issue("https://github.com/openrewrite/rewrite/issues/4165")
Expand All @@ -736,7 +736,7 @@ void shouldNotIndentExtends() {
.blankLine()
.importStaticAllOthers()
.build(),
new TabsAndIndentsStyle(false, -2, -2, -2, false, null)
new TabsAndIndentsStyle(false, -2, -2, null, false, null)
)
)
))),
Expand Down

0 comments on commit ffab4e6

Please sign in to comment.