Skip to content

Commit 9e8b302

Browse files
committed
Lint
1 parent 79ecee2 commit 9e8b302

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/base/src/mainview/mainView.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,7 @@ export class MainView extends React.Component<IProps, IStates> {
460460
* @param id - the source id.
461461
* @param source - the source object.
462462
*/
463-
async addSource(
464-
id: string,
465-
source: IJGISSource,
466-
): Promise<void> {
463+
async addSource(id: string, source: IJGISSource): Promise<void> {
467464
const rasterSourceCommon = {
468465
interpolate: false
469466
};

0 commit comments

Comments
 (0)