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

View file

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