Skip to content

Commit e13d9e5

Browse files
committed
Fixed formatting
1 parent 5f6f875 commit e13d9e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/models/BookModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { MediaType } from '../utils/MediaType';
44

55
export class BookModel extends MediaTypeModel {
66
author: string;
7-
plot:string;
7+
plot: string;
88
pages: number;
99
image: string;
1010
onlineRating: number;

src/models/MovieModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ export class MovieModel extends MediaTypeModel {
6666
getSummary(): string {
6767
return this.englishTitle + ' (' + this.year + ')';
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)