Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Apr 10, 2024
1 parent ad98931 commit 239cd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/signature-v4/src/SignatureV4.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe("SignatureV4", () => {
/**
* An environment specific stream that the signer knows nothing about.
*/
class ExoticStream { }
class ExoticStream {}

const { query } = await signer.presign(
new HttpRequest({
Expand Down Expand Up @@ -450,7 +450,7 @@ describe("SignatureV4", () => {
/**
* An environment specific stream that the signer knows nothing about.
*/
class ExoticStream { }
class ExoticStream {}
const { headers } = await signer.sign(
new HttpRequest({
...minimalRequest,
Expand Down

0 comments on commit 239cd61

Please sign in to comment.