[chore] add space to improve formatting in type definitions file (#6577)

pull/6593/head
Luke Rhoads 3 years ago committed by GitHub
parent 5cb4101fe6
commit 4d677d5643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save