Formatting pass.
This commit is contained in:
+5
-2
@@ -18,9 +18,12 @@ export interface ViewParameters extends ViewEvolveParameters {
|
||||
camera: string;
|
||||
}
|
||||
|
||||
export const mergeViewContext = (a?: ViewContext | null, b?: ViewContext | null): ViewContext => {
|
||||
export const mergeViewContext = (
|
||||
a?: ViewContext | null,
|
||||
b?: ViewContext | null,
|
||||
): ViewContext => {
|
||||
return merge({}, a, b);
|
||||
}
|
||||
};
|
||||
|
||||
export class View {
|
||||
public view: FrigateCardView;
|
||||
|
||||
Reference in New Issue
Block a user