]> gitweb.hhaalo.de Git - speisekarten-editor.git/commitdiff
fix: semicolon end of line
authorBastian Dehn <hhaalo@arcor.de>
Fri, 10 Jun 2022 17:30:46 +0000 (19:30 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 10 Jun 2022 17:30:46 +0000 (19:30 +0200)
src/app/app.component.ts

index 312aceb9f1e5dd603bf3901dff0f217286f383f5..4a2a7e869749ec790b26dd918c9fab20c6ef2960 100644 (file)
@@ -15,7 +15,7 @@ import { JsonFileService } from './json-file.service';
 export class AppComponent
 {
        public foodcard: IFoodCard = { Titles: [] };
-       public downloadJsonHref: SafeUrl = ""
+       public downloadJsonHref: SafeUrl = "";
 
        constructor(private jsonFileService: JsonFileService) {}