Fix missing code formatting

Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
This commit is contained in:
Thodoris Greasidis 2019-10-16 15:39:47 +03:00
parent 0cdf4d95e5
commit 96bc8a829e

View File

@ -48,4 +48,4 @@ export async function disambiguateReleaseParam(
.catchThrow(error);
})
.then(({ id }) => id);
};
}