Add newlines at end of generated files (#283)

This commit is contained in:
Jan Kassens 2017-12-13 13:55:40 -08:00 committed by Héctor Ramos
parent ad8921950c
commit d97e2e9d81
6 changed files with 17 additions and 8 deletions

View file

@ -176,7 +176,7 @@ function execute() {
),
null,
2
)
) + '\n'
);
}