Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete nonprintable characters from aws-smithy-checksums test (#3778)
## Motivation and Context The nonprintable characters in this source file make tools misidentify it as a binary file, rather than source code. ## Description **Before:** ```console $ file rust-runtime/aws-smithy-checksums/src/http.rs rust-runtime/aws-smithy-checksums/src/http.rs: data ``` **After:** ```console $ file rust-runtime/aws-smithy-checksums/src/http.rs rust-runtime/aws-smithy-checksums/src/http.rs: ASCII text ``` ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
- Loading branch information