Skip to content

Commit

Permalink
refactor: indent code
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Marín committed Apr 15, 2024
1 parent d32fbb9 commit 3b35296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ng-talk/src/lib/models/chat-channel.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {ChatMessage} from './chat-message';
import { WritableSignal} from "@angular/core";
import {WritableSignal} from "@angular/core";

export enum ChatChannelType {
User,
Expand Down

0 comments on commit 3b35296

Please sign in to comment.