Skip to content

Commit a958ac1

Browse files
committed
Run format
1 parent 3890a56 commit a958ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/api/resources/SamlAccount.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class SamlAccount {
4747
* The date when the SAML account was last authenticated.
4848
*/
4949
readonly lastAuthenticatedAt: number | null,
50-
) { }
50+
) {}
5151

5252
static fromJSON(data: SamlAccountJSON): SamlAccount {
5353
return new SamlAccount(

0 commit comments

Comments
 (0)