Skip to content

Commit

Permalink
CakeSchema: adds empty line between tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Oct 26, 2012
1 parent d051b69 commit e614831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/CakeSchema.php
Expand Up @@ -439,7 +439,7 @@ public function generateTable($table, $fields) {
}
$out .= implode(",\n", $cols);
}
$out .= "\n\t);\n";
$out .= "\n\t);\n\n";
return $out;
}

Expand Down

0 comments on commit e614831

Please sign in to comment.