mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
remove unnecessary parens
This commit is contained in:
@@ -140,7 +140,7 @@ public class Serial implements SerialPortEventListener {
|
||||
* into any trouble.
|
||||
*/
|
||||
public boolean active() {
|
||||
return (port.isOpened());
|
||||
return port.isOpened();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user