Skip to content

Commit

Permalink
minor #11923 Keep it consistent with simple quotes (jacquesbh)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.9-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets |
| License         | MIT

Nothing big… The whole file is using simple quotes, so I changed these 4 double quotes.

Code quality comes from small changes.

Commits
-------

569e14e Keep it consistent with simple quotes
  • Loading branch information
Zales0123 committed Oct 15, 2020
2 parents 4ef32d3 + 569e14e commit a372360
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ sylius_fixtures:
options:
custom:
clothing:
code: "clothing"
name: "Clothing"
code: 'clothing'
name: 'Clothing'
other:
code: 'other'
name: 'Other'
Expand Down

0 comments on commit a372360

Please sign in to comment.