Skip to content

Commit

Permalink
chore: Fix: Lint error that makes unit tests (and CI tests) fail. (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored and ellatrix committed Apr 19, 2019
1 parent 0883192 commit 5f793fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/store/effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const effects = {

let wasSavingPost = select( 'core/editor' ).isSavingPost();
let wasAutosavingPost = select( 'core/editor' ).isAutosavingPost();

// Meta boxes are initialized once at page load. It is not necessary to
// account for updates on each state change.
//
Expand Down

0 comments on commit 5f793fb

Please sign in to comment.