Skip to content

Commit

Permalink
GH-8499: Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
plabadie committed Oct 16, 2020
1 parent e874c40 commit 464e574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { B2BUnit as CoreB2BUnit} from '@spartacus/core';
import { B2BUnit as CoreB2BUnit } from '@spartacus/core';

declare module '@spartacus/core' {
interface B2BUser {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { B2BUser as CoreB2BUser } from '@spartacus/core';
import { B2BApprovalProcess } from './order-approval.model';
import { B2BUser as CoreB2BUser} from '@spartacus/core';

declare module '@spartacus/core' {
interface B2BUnit {
Expand Down

0 comments on commit 464e574

Please sign in to comment.