Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lublak committed Jun 10, 2024
1 parent 8b58602 commit 7c3725c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nodes/TextManipulation/TextManipulation.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ export class TextManipulation implements INodeType {
{
name: 'NFC',
value: 'nfc',
description: 'Canonical Decomposition, followed by Canonical Composition',
description:
'Canonical Decomposition, followed by Canonical Composition',
},
{
name: 'NFD',
Expand All @@ -557,7 +558,8 @@ export class TextManipulation implements INodeType {
{
name: 'NFKC',
value: 'nfkc',
description: 'Compatibility Decomposition, followed by Canonical Composition',
description:
'Compatibility Decomposition, followed by Canonical Composition',
},
{
name: 'NFKD',
Expand Down

0 comments on commit 7c3725c

Please sign in to comment.