Skip to content

Commit 017e1c7

Browse files
jagdish-15kahgoh
andauthored
Update exercises/practice/bob/.approaches/method-based-if-statements/content.md
Co-authored-by: Kah Goh <[email protected]>
1 parent 7761f47 commit 017e1c7

File tree

1 file changed

+2
-1
lines changed
  • exercises/practice/bob/.approaches/method-based-if-statements

1 file changed

+2
-1
lines changed

exercises/practice/bob/.approaches/method-based-if-statements/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ if (isSilent(inputTrimmed))
9191
return "Fine. Be that way!";
9292
```
9393

94-
However, the [Java Coding Conventions][coding-conventions] advise always using curly braces for `if` statements, which helps to avoid errors. Your team may choose to overrule them at its own risk.
94+
However, the [Java Coding Conventions][coding-conventions] advise always using curly braces for `if` statements, which helps to avoid errors.
95+
Your team may choose to overrule them at its own risk.
9596

9697
[trim]: https://docs.oracle.com/javase/7/docs/api/java/lang/String.html#trim()
9798
[coding-conventions]: https://www.oracle.com/java/technologies/javase/codeconventions-statements.html#449

0 commit comments

Comments
 (0)