This commit is contained in:
syuilo 2018-11-24 17:10:12 +09:00
parent ba50156a83
commit b1c12abb7c
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ export default (source: string): Node[] => {
}
/**
* ()
*
* ()
* @param nodes
*/
const removeNeedlessLineBreaks = (nodes: Node[]) => {