+1
−1
+8 B
(7.15 KiB)
Loading
## 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._
File changed.
No diff preview for this file type.