commit | 817cce37579741082b128ba852fbc7f11ad8cbbe | [log] [tgz] |
---|---|---|
author | Philipp Schrader <philipp.schrader@gmail.com> | Sat Mar 26 15:00:00 2022 -0700 |
committer | Philipp Schrader <philipp.schrader@gmail.com> | Sat Mar 26 15:20:28 2022 -0700 |
tree | 9504de658d0e88bfce4248eeb98ad0c0fa02f971 | |
parent | ace088465d994befcfbac5c0ad9015716221f5ce [diff] [blame] |
Run `prettier` on //scouting Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com> Change-Id: Idbb6011040f44d2b6c4158bf4c84a37818f258a5
diff --git a/scouting/www/notes/notes.module.ts b/scouting/www/notes/notes.module.ts index c537550..881c6db 100644 --- a/scouting/www/notes/notes.module.ts +++ b/scouting/www/notes/notes.module.ts
@@ -9,6 +9,4 @@ exports: [Notes], imports: [CommonModule, FormsModule], }) -export class NotesModule { -} - +export class NotesModule {}