Skip to content
Unverified Commit 191103c5 authored by David Tolnay's avatar David Tolnay Committed by GitHub
Browse files

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._
parent 1ee932f7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment