Fix adding unnecessary newlines in script

pull/10616/head
ebb-tide 2018-05-25 17:19:39 -07:00
parent b0383bbfe1
commit 1c9d67ab2e
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ export class IFQLPage extends PureComponent<Props, State> {
}
if (!declaration.funcs) {
return `${acc}${b.source}\n\n`
return `${acc}${b.source}`
}
return `${acc}${declaration.name} = ${this.funcsToScript(