mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
Merge pull request #436 from TN8001/confused-method-references
Fix IDE auto-formatting confused by method references (40b1) #279
This commit is contained in:
@@ -732,7 +732,7 @@ public class AutoFormat implements Formatter {
|
||||
case ':':
|
||||
// Java 8 :: operator.
|
||||
if (peek() == ':') {
|
||||
result.append(c).append(nextChar());
|
||||
buf.append(c).append(nextChar());
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user