Commit 4e1c132
authored
hotfix(RSSHandlerRoutine): resolve java:S121 (#1364)
While analyzing the code, SonarQube is rightfully complaining about:
Control structures should use curly braces.
Fix this by simply adding curly braces to the if statement.
Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com>1 parent 04b94df commit 4e1c132
File tree
1 file changed
+2
-1
lines changed- application/src/main/java/org/togetherjava/tjbot/features/rss
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
| 470 | + | |
470 | 471 | | |
471 | 472 | | |
472 | 473 | | |
| |||
0 commit comments