Commit 0ac2af6
committed
Use {} instead of explicit return
Clippy emits:
warning: unneeded `return` statement
It is more conventional to use `{}` and not an explicit `return`
statement.1 parent b3f8537 commit 0ac2af6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
| 609 | + | |
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
| |||
0 commit comments