From baabc36e7cd48a994c35518778ae3438e45dab36 Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Mon, 29 Nov 2021 02:54:57 +0100 Subject: [PATCH] style: use trailing comma consistently --- src/download.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download.ts b/src/download.ts index 1b330d6..f8582a0 100644 --- a/src/download.ts +++ b/src/download.ts @@ -31,7 +31,7 @@ function isValidLFSInfoResponseData(val: Record): val is LFSInfoRes /** Downloads a blob corresponding to given LFS pointer. */ export default async function downloadBlobFromPointer( { http: { request }, headers = {}, url }: DownloadBlobRequset, - { info, objectPath }: Pointer + { info, objectPath }: Pointer, ): Promise { // Request LFS metadata