Remove line break

This commit is contained in:
griffpatch 2017-03-22 09:11:53 +00:00
parent 220d854f28
commit c754cc7cf8

View file

@ -16,7 +16,6 @@ var isPromise = function (value) {
* @param {!Thread} thread Thread which to read and execute.
*/
var execute = function (sequencer, thread) {
var runtime = sequencer.runtime;
var target = thread.target;