mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
22d043fcc0
Fixes: * blank line at end of file * closing bracket does not match indentation of opening bracket's line * continuation line over-indented for hanging indent * continuation line over-indented for visual indent * continuation line unaligned for hanging indent * inline comment should start with '# ' * missing whitespace around arithmetic operator * missing whitespace around bitwise or shift operator * multiple imports on one line * multiple spaces after ':' * multiple spaces after operator