The extra space after 'params' causes the code not to work as expected, but is not highlighted in any way. There should be an inspection for highlighting such code.
Description
@publication = Publication.find(params [:id])
The extra space after 'params' causes the code not to work as expected, but is not highlighted in any way. There should be an inspection for highlighting such code.