removed blank line

This commit is contained in:
AnatolyUss 2017-07-10 00:58:35 +03:00
parent 7c533947f7
commit a157ffbc2f

View file

@ -63,7 +63,6 @@ const updateConsistencyState = (self, dataPoolId) => {
*
* @returns {Promise}
*/
const getIsStarted = (self, dataPoolId) => {
return new Promise(resolve => {
self._pg.connect((error, client, done) => {