Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Oct 12, 2024
1 parent 2d9c128 commit 86f2e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/block/content/paragraphContent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import type {
} from '../../../state/types';

enum UnindentType {
INDENT = 'INDENT',
REPLACEMENT = 'REPLACEMENT',
INDENT,
REPLACEMENT,
}

const debug = logger('paragraph:content');
Expand Down

0 comments on commit 86f2e14

Please sign in to comment.