mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-18 15:43:03 +00:00
fix whitespace
This commit is contained in:
parent
d614af2860
commit
96b801b093
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module.exports = ResourceWriter =
|
||||||
|
|
||||||
storeSyncState: (state, basePath, callback) ->
|
storeSyncState: (state, basePath, callback) ->
|
||||||
stateFile = Path.join(basePath, @SYNC_STATE_FILE)
|
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"
|
logger.log state:state, basePath:basePath, "clearing sync state"
|
||||||
fs.unlink stateFile, (err) ->
|
fs.unlink stateFile, (err) ->
|
||||||
if err? and err.code isnt 'ENOENT'
|
if err? and err.code isnt 'ENOENT'
|
||||||
|
|
Loading…
Reference in a new issue