Skip to content

Commit 71f4d20

Browse files
committed
Fix formatting.
1 parent 9287be4 commit 71f4d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/compact.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,8 @@ api.compact = async ({
547547

548548
let key;
549549
if(container.includes('@language')) {
550-
// if container is a language map, simplify compacted value to
551-
// a simple string
550+
// if container is a language map, simplify compacted value to
551+
// a simple string
552552
if(_isValue(compactedItem)) {
553553
compactedItem = compactedItem['@value'];
554554
}

0 commit comments

Comments
 (0)