Skip to content

Commit 7a9833f

Browse files
snomiaogithub-actions[bot]
authored andcommitted
format: Apply prettier --fix changes
1 parent 57798f5 commit 7a9833f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/utils/exif.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { getPngMetadata, setPngMetadata } from "./exif-png";
44
import { getWebpMetadata, setWebpMetadata } from "./exif-webp";
55

66
export async function readWorkflowInfo(
7-
e: File | FileSystemFileHandle
7+
e: File | FileSystemFileHandle,
88
): Promise<{
99
name: string;
1010
workflowJson: string;
@@ -50,7 +50,7 @@ export async function readWorkflowInfo(
5050
export function saveWorkflowInfo(
5151
buffer: ArrayBuffer,
5252
fileType: string,
53-
metadata: Record<string, string>
53+
metadata: Record<string, string>,
5454
): Uint8Array {
5555
const handlers: Record<
5656
string,

0 commit comments

Comments
 (0)