Skip to content

Commit e0b14ec

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c44d4af commit e0b14ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base/src/mainview/mainView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,7 @@ export class MainView extends React.Component<IProps, IStates> {
20482048
type: drawGeometryType as Type // Type being a geometry type here
20492049
});
20502050
const snap = new Snap({source: source});
2051-
2051+
20522052

20532053
this._Map.addInteraction(draw);
20542054
this._Map.addInteraction(snap);

0 commit comments

Comments
 (0)