Skip to content

Commit

Permalink
feature/GH-8499: remove some empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
WeizhengSap committed Oct 29, 2020
1 parent 4c42145 commit 2891a2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { Observable } from 'rxjs';
import { filter, map, switchMap } from 'rxjs/operators';
import { OrganizationItemService } from '../../shared/organization-item.service';
import { UnitItemService } from '../services/unit-item.service';

@Component({
selector: 'cx-unit-form',
templateUrl: './unit-form.component.html',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
} from '@spartacus/core';
import { Observable } from 'rxjs';
import { B2BUnitNode } from '../../model/unit-node.model';

export abstract class OrgUnitAdapter {
/**
* Abstract method used to load orgUnit's details data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Address, B2BApprovalProcess, SearchConfig } from '@spartacus/core';
import { of } from 'rxjs';
import { OrgUnitAdapter } from './org-unit.adapter';
import { OrgUnitConnector } from './org-unit.connector';

import createSpy = jasmine.createSpy;

const userId = 'userId';
Expand Down

0 comments on commit 2891a2e

Please sign in to comment.