Skip to content

Commit 1922064

Browse files
committed
CHORE: fix lint
1 parent df10ace commit 1922064

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/testHelpers/files/filesHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ export const createFileMetadataWithCategories = (): FileMetadata => {
251251
description: 'description',
252252
directoryLabel: 'directoryLabel'
253253
}
254+
}
254255

255256
export const calculateBlobChecksum = (blob: Buffer, checksumAlgorithm: string): string => {
256257
const hash = crypto.createHash(checksumAlgorithm)

0 commit comments

Comments
 (0)