Code style: missing semicolon
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
56b54cdf23
commit
c94fb8e3de
|
@ -76,6 +76,6 @@ Unmarshaller.prototype.unmarshall = function(payload, headers) {
|
||||||
reject(e);
|
reject(e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
module.exports = Unmarshaller;
|
module.exports = Unmarshaller;
|
||||||
|
|
Loading…
Reference in New Issue