robotframework-tidy
robotframework-tidy copied to clipboard
RenameKeywords - Extra space after `Run Keywords` in version 3.3.2
*** Keywords ***
Example
[Arguments] ${keyword}
Run Keywords ${keyword}
[tool.robotidy]
configure = ["RenameKeywords:enabled=True"]
After updating to version 3.3.2, robotidy is adding 5 spaces before between Run Keywords and ${keyword} in the above example when it previously added 4. The same occurs for other similar keywords like Run Keyword And Ignore Errors.
Thanks for the report. I did redesign the RenameKeywords recently and recent bug fix introduces this regression. I will investigate it.