fix whitespace

This commit is contained in:
Brian Gough
2017-08-18 09:41:59 +01:00
parent e8064f12a1
commit 0b9ddb8efe

View File

@@ -53,7 +53,7 @@ module.exports = ResourceWriter =
storeSyncState: (state, basePath, callback) ->
stateFile = Path.join(basePath, @SYNC_STATE_FILE)
if not state? # remove the file if no state passed in
if not state? # remove the file if no state passed in
logger.log state:state, basePath:basePath, "clearing sync state"
fs.unlink stateFile, (err) ->
if err? and err.code isnt 'ENOENT'