Skip to content

Commit e12e6ef

Browse files
committed
format
1 parent 3bc1309 commit e12e6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-check/src/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function setStateProperty<T extends keyof AppCheckState>(
7171
property: T,
7272
value: AppCheckState[T]
7373
): void {
74-
const newState = {...getState(app)};
74+
const newState = { ...getState(app) };
7575
newState[property] = value;
7676
setState(app, newState);
7777
}

0 commit comments

Comments
 (0)