Skip to content

Commit

Permalink
[chore] add space to improve formatting in type definitions file (#6577)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukerhoads authored Jul 27, 2021
1 parent 5cb4101 commit 4d677d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface BaseDirective extends BaseNode {
modifiers: string[];
}

export interface Transition extends BaseDirective{
export interface Transition extends BaseDirective {
type: 'Transition';
intro: boolean;
outro: boolean;
Expand Down

0 comments on commit 4d677d5

Please sign in to comment.