mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
fixing over whitespace-ing from the previous commit.
This commit is contained in:
@@ -308,7 +308,7 @@
|
||||
if (scope.expressions === this) {
|
||||
declars = o.scope.hasDeclarations();
|
||||
assigns = scope.hasAssignments;
|
||||
if (declars || assigns) {
|
||||
if ((declars || assigns) && i) {
|
||||
code += '\n';
|
||||
}
|
||||
if (declars) {
|
||||
|
||||
Reference in New Issue
Block a user