Skip to content

Commit

Permalink
Add empty lines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickkuypers committed Nov 17, 2022
1 parent f13ebf1 commit e8b385c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/auteur-widget/styles/auteur-widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ auteur-widget {
width: 95vw;
}
}
}
}
2 changes: 1 addition & 1 deletion src/models/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ enum ActiefStatus {
enum AuteurRelatieTypeEnum {
IS_DEEL_VAN = 'is deel van',
OMVAT = 'omvat'
}
}
2 changes: 1 addition & 1 deletion src/models/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ interface INaamsVermelding {
interface IAuteurType {
id: number;
naam: string;
}
}
2 changes: 1 addition & 1 deletion src/models/public-models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ export interface IAuteurRelatie {
export interface IRelatieType {
id: number;
naam: AuteurRelatieTypeEnum;
}
}

0 comments on commit e8b385c

Please sign in to comment.