Skip to content
Snippets Groups Projects
Commit 56b700af authored by Jiri Podivin's avatar Jiri Podivin
Browse files

Removing brackets around tested conditional


While permissible syntactically, using brackets to wrap tested conditional is unnecessary
and potentially confusing. As without inserted whitspace the code may look as a function
call, rather than a statement and expression.

The construct is also considered erroneous by linters.

Closes-Bug: 1983593

Signed-off-by: default avatarJiri Podivin <jpodivin@redhat.com>
Change-Id: I0a086a8349e2a72cae024857e148fddc3556c319
parent a04a48f4
No related branches found
Tags 0.1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment