mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-15 00:38:52 +00:00
remove unnecessary return
This commit is contained in:
@@ -929,7 +929,7 @@ MyGame.Example.Monster.endMonster = function(builder) {
|
||||
* @param {flatbuffers.Offset} offset
|
||||
*/
|
||||
MyGame.Example.Monster.finishMonsterBuffer = function(builder, offset) {
|
||||
return builder.finish(offset, 'MONS');
|
||||
builder.finish(offset, 'MONS');
|
||||
};
|
||||
|
||||
// Exports for Node.js and RequireJS
|
||||
|
||||
Reference in New Issue
Block a user