Skip to content

Commit

Permalink
style: Add spacing for improved readability in Portal class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Dec 17, 2024
1 parent 9f6a856 commit 8e42a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/packages/core/src/modules/portal-config/portal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ export type CurrentPortal = IPortal;

export class Portal implements IPortal {
#state: FlowSubject<PortalState, Actions>;

portalAppConfig: PortalConfig;

base: BaseConfig;

constructor(args: { provider: PortalConfigProvider; base: BaseConfig; initialPortalConfig?: PortalState }) {
Expand Down

0 comments on commit 8e42a26

Please sign in to comment.