squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding
This commit is contained in:
@ -143,6 +143,6 @@ public class App {
|
||||
} catch (InterruptedException e) {
|
||||
System.out.println(e);
|
||||
}
|
||||
return (i) * (i + 1) / 2;
|
||||
return i * (i + 1) / 2;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user