Skip to content

Commit c459931

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6d8810 commit c459931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/openrewrite/staticanalysis/TernaryOperatorsShouldNotBeNested.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public class TernaryOperatorsShouldNotBeNested extends Recipe {
4444
@Getter
4545
final String description = "Nested ternary operators can be hard to read quickly. Prefer simpler constructs for improved readability. " +
4646
"If supported, this recipe will try to replace nested ternaries with switch expressions.";
47+
4748
@Getter
4849
final Set<String> tags = singleton("RSPEC-S3358");
4950

0 commit comments

Comments
 (0)