[ci] format

This commit is contained in:
matthewp 2023-09-21 17:10:10 +00:00 committed by astrobot-houston
parent bdd267d089
commit fe29ce2731

View file

@ -29,7 +29,10 @@ const qualityTable: Record<
// Squoosh's PNG encoder does not support a quality setting, so we can skip that here // Squoosh's PNG encoder does not support a quality setting, so we can skip that here
}; };
async function getRotationForEXIF(inputBuffer: Buffer, src?: string): Promise<Operation | undefined> { async function getRotationForEXIF(
inputBuffer: Buffer,
src?: string
): Promise<Operation | undefined> {
const meta = await imageMetadata(inputBuffer, src); const meta = await imageMetadata(inputBuffer, src);
if (!meta) return undefined; if (!meta) return undefined;