Skip to content

Commit c5346d2

Browse files
author
aehnh
committed
prettier
1 parent cc5599c commit c5346d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tests-e2e/src/connect/models/SignupModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { AppendModel } from './AppendModel';
44

55
export class SignupModel {
66
page: Page;
7-
append: AppendModel
7+
append: AppendModel;
88

99
constructor(page: Page, append: AppendModel) {
1010
this.page = page;

0 commit comments

Comments
 (0)