[Javascript] Remove newly introduced trailing whitespace in flatbuffer.js (#5300)
authorDamien Lespiau <damien.lespiau@gmail.com>
Mon, 22 Apr 2019 17:10:02 +0000 (18:10 +0100)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 22 Apr 2019 18:48:56 +0000 (11:48 -0700)
commitddb12c0192f85f3e9098fe0f852c71f9d89caac5
treec1da43bc850350e45994b7e21a2b31f8d4bb30ce
parent2032b94f61fd7b000d26d796928fa5e9180698a7
[Javascript] Remove newly introduced trailing whitespace in flatbuffer.js (#5300)

* Remove newly introduced trailing whitespace in flatbuffer.js

The newly introduced clear function has some trailing white space in an
otherwise whitespace clean file. Remove it.

* Remove spurious new line in the BytesBuffer construction

Another spurious white space introduced by the clear() PR.
js/flatbuffers.js