Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
refactor(code style): Add curly brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
rmakara committed Oct 10, 2019
1 parent da1de6f commit c3d2bea
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
Expand Up @@ -16,7 +16,7 @@ import { SalesChannelTranslationCollection } from "./SalesChannelTranslationColl
import { CountryCollection } from "../country/CountryCollection";
import { Country } from "../country/Country";
import { PaymentMethod } from "../../checkout/payment/PaymentMethod";
import CustomerCollection from "../../checkout/customer/CustomerCollection";
import { CustomerCollection } from "../../checkout/customer/CustomerCollection";
import { MailHeaderFooter } from "../../content/mail-template/MailHeaderFooter";
import { CustomerGroup } from "../../checkout/customer/CustomerGroup";
import { MailTemplateSalesChannelCollection } from "../../content/mail-template/MailTemplateSalesChannelCollection";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SalutationTranslationCollection } from "./SalutationTranslationCollection";
import CustomerCollection from "../../checkout/customer/CustomerCollection";
import { CustomerCollection } from "../../checkout/customer/CustomerCollection";
import { CustomerAddressCollection } from "../../checkout/customer/CustomerAddressCollection";
import { OrderAddressCollection } from "../../checkout/order/OrderAddressCollection";
import { NewsletterRecipientCollection } from "../../content/newsletter/NewsletterRecipientCollection";
Expand Down

0 comments on commit c3d2bea

Please sign in to comment.