Skip to content

Commit 4348f55

Browse files
committed
formatting
1 parent 4ccc0d9 commit 4348f55

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/fetch-http-handler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This is the default `requestHandler` used for browser applications.
77
Although some versions of Node.js support the web streams API, this implementation has
8-
not been extensively tested in Node.js.
8+
not been extensively tested in Node.js.
99

1010
For the Node.js default `requestHandler` implementation, see instead
11-
[`@smithy/node-http-handler`](https://www.npmjs.com/package/@smithy/node-http-handler).
11+
[`@smithy/node-http-handler`](https://www.npmjs.com/package/@smithy/node-http-handler).

packages/util-stream/src/sdk-stream-mixin.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { SdkStreamMixin } from "@smithy/types";
22
import { fromArrayBuffer } from "@smithy/util-buffer-from";
33
import { PassThrough, Readable, Writable } from "stream";
4-
54
import util from "util";
65

76
import { sdkStreamMixin } from "./sdk-stream-mixin";

0 commit comments

Comments
 (0)