style: use trailing comma consistently

This commit is contained in:
Anton Strogonoff 2021-11-29 02:54:57 +01:00
parent d14ac3b7f3
commit baabc36e7c

View file

@ -31,7 +31,7 @@ function isValidLFSInfoResponseData(val: Record<string, any>): 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<Buffer> {
// Request LFS metadata