9e77ce2 - Fix bug causing false positives for PLU002
When an inner async function was immediately followed by a return
,
false positives could occur because other linters and formatters may
require a specific number of blanks after classes and functions. One
example is Black.