diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-12-14 05:48:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 05:48:41 -0500 |
commit | df6afb2dd1c9f83494020dcb2e3a4b66b263f855 (patch) | |
tree | 74fa5106730a5b8ccc9fd5f50dc1104b407c22ba | |
parent | 0cf129208f8d27876ba96b67fec70b8f4c572ab2 (diff) | |
parent | ea0cb12256043f68b3722feda5af402c0203f6ce (diff) | |
download | servo-df6afb2dd1c9f83494020dcb2e3a4b66b263f855.tar.gz servo-df6afb2dd1c9f83494020dcb2e3a4b66b263f855.zip |
Auto merge of #22448 - demangejeremy:fix/space-cargo-in-servo-component, r=jdm
Delete space after [package] for code format
Deleting a space after [package] in Servo component.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
<!-- Either: -->
- [X] These changes do not require tests because is a modification a code format.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22448)
<!-- Reviewable:end -->
-rw-r--r-- | components/servo/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 98de79536be..4be1917cc97 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -1,5 +1,4 @@ [package] - name = "libservo" version = "0.0.1" authors = ["The Servo Project Developers"] |