When a comment is followed by a closing bracket }, and extra line is inserted between them. The comment can be at the end of a code line, or on its own line.
h1 {
margin-top: 14px; // some comment here
}
becomes
h1 {
margin-top: 14px; // some comment here
}
I'm on win7 with sass 3.4.22 and ST3.