Removed unnecessary parantheses in yield statements
The 'yield' statement is not a function. So it must always be followed by a space when yielding a value. Change-Id: Ie2aa1c4822d8adf721ba71d467b63209bede6fb7
This commit is contained in:
parent
f3d3139de7
commit
ed244494e0
@ -67,6 +67,7 @@ Nova Specific Commandments
|
|||||||
generate UUID instead of uuid4().
|
generate UUID instead of uuid4().
|
||||||
- [N358] Return must always be followed by a space when returning a value.
|
- [N358] Return must always be followed by a space when returning a value.
|
||||||
- [N359] Check for redundant import aliases.
|
- [N359] Check for redundant import aliases.
|
||||||
|
- [N360] Yield must always be followed by a space when yielding a value.
|
||||||
|
|
||||||
Creating Unit Tests
|
Creating Unit Tests
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user