Skip to content

Commit 7078026

Browse files
committed
fix formatting after rebase
1 parent 9971975 commit 7078026

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/compass-data-modeling/src/components/drawer/collection-drawer-content.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import React, { useEffect, useMemo, useRef } from 'react';
22
import { connect } from 'react-redux';
33
import toNS from 'mongodb-ns';
4-
import type { DataModelCollection, Relationship } from '../../services/data-model-storage';
4+
import type {
5+
DataModelCollection,
6+
Relationship,
7+
} from '../../services/data-model-storage';
58
import { TextInput, TextArea } from '@mongodb-js/compass-components';
69
import {
710
createNewRelationship,

packages/compass-data-modeling/src/components/drawer/diagram-editor-side-panel.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,4 +571,4 @@ describe('DiagramEditorSidePanel', function () {
571571
expect(notModifiedCollection).to.exist;
572572
});
573573
});
574-
});
574+
});

0 commit comments

Comments
 (0)