On Wed, 3 Jun 2026 17:39:08 GMT, Bill Huang <[email protected]> wrote:
>> test/jdk/java/util/HashMap/KeySetRemove.java line 47:
>>
>>> 45:
>>> 46: Map[] valueMaps = {new HashMap<>(), new TreeMap<>()};
>>> 47: for (int i=0; i<valueMaps.length; i++) {
>>
>> please update indentation (spaces)
>
> Just to confirm, are you referring to the spacing inside the for loop
> parentheses, e.g. changing for (int i=0; i<valueMaps.length; i++) to for (int
> i = 0; i < valueMaps.length; i++)?
Yes, exactly.
-------------
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2501#discussion_r3350767588