Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jun 12, 2018
1 parent 9e2f359 commit 6b310aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/lib/stores/app-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,10 @@ export class AppStore extends TypedBaseStore<IAppState> {
}

if (!stateBeforeUpdate.changesState.diff) {
setTimeout(() => this.updateDiffWithSketchPreview(repository, diffId, diff), 100)
setTimeout(
() => this.updateDiffWithSketchPreview(repository, diffId, diff),
100
)
return
}

Expand Down

0 comments on commit 6b310aa

Please sign in to comment.