Skip to content

Commit 77edc46

Browse files
committed
fix: linting errors
1 parent 9e1745a commit 77edc46

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

test/unit/mock/objects.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -715,14 +715,13 @@ const contentTypeDiff = [{
715715
title: 'Content Type 1 Title',
716716
type: 'content_type',
717717
status: 'compare_only'
718-
},
719-
{
720-
uid: 'content_type_uid_2',
721-
title: 'Content Type 2 Title',
722-
type: 'content_type',
723-
status: 'modified'
724-
}
725-
]
718+
},
719+
{
720+
uid: 'content_type_uid_2',
721+
title: 'Content Type 2 Title',
722+
type: 'content_type',
723+
status: 'modified'
724+
}]
726725

727726
const branchCompareAllMock = {
728727
branches: {

0 commit comments

Comments
 (0)