Skip to content

Commit 4a23354

Browse files
committed
chore: run [email protected] on all code
./node_modules/.bin/prettier --write **/*.{ts,js,md,json}
1 parent c1d877b commit 4a23354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/s3-request-presigner/src/getSignedUrl.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe("getSignedUrl", () => {
134134
expect(mockPresign.mock.calls[0][0].headers[header]).toBeUndefined();
135135
}
136136
);
137-
137+
138138
it("should presign request with MRAP ARN", async () => {
139139
const mockPresigned = "a presigned url";
140140
mockPresign.mockReturnValue(mockPresigned);

0 commit comments

Comments
 (0)