Skip to content

Commit

Permalink
fix: code formatting at AuthRepository.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
renanfranca committed Sep 20, 2024
1 parent 0446863 commit 38dc578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {AuthenticatedUser} from "@/auth/domain/AuthenticatedUser";
import type { AuthenticatedUser } from '@/auth/domain/AuthenticatedUser';

export interface AuthRepository {
currentUser(): Promise<AuthenticatedUser>;
Expand Down

0 comments on commit 38dc578

Please sign in to comment.