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 hypest committed Apr 25, 2019
1 parent 2b11074 commit 15a51f8
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 15a51f8

Please sign in to comment.