This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools] Remove newline from clang-format reference hashes (pytorch#55328
) Summary: Pull Request resolved: pytorch#55328 **Summary** The `clang-format` reference hashes committed in pytorch#54737 have newlines at the end but the locally computed ones do not. This commit removes these newlines so that the `clang-format` binary verification step doesn't fail. **Test Plan** `./tools/clang_format_all.py`, ran successfully. **Fixes** This commit fixes pytorch#54790. Test Plan: Imported from OSS Reviewed By: nikithamalgifb Differential Revision: D27577398 Pulled By: SplitInfinity fbshipit-source-id: e30bee58c2eb5ea96ed0a503480dea4f67b86aca
- Loading branch information
1 parent
96655e2
commit 34a7b4a
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
21ca53c291a88b53dac85751b7a0203ca610ac94b7adaff3c092cf30df4168f2 | ||
21ca53c291a88b53dac85751b7a0203ca610ac94b7adaff3c092cf30df4168f2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5fde7bccf65032da297dfb1f18e4a95e96e278fa397e9dcaf364dfe23ec46353 | ||
5fde7bccf65032da297dfb1f18e4a95e96e278fa397e9dcaf364dfe23ec46353 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters