After formatting the white spaces around the => operator in the associate construct were removed. I have all white-space options turned on, and --whitespaces set to 4.
Expected behavior:
Format to: associate(a => b)
Actual behavior
associate(a=>b)
Access operators % in the associate construct are formatted correctly.