Fix lint issue
Some checks failed
Core Repos/Homepage/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Cameron Cordes
2020-08-12 17:21:37 -04:00
parent ad339cf93e
commit 3039e7c400

View File

@@ -36,6 +36,6 @@ export class ContactComponent implements AfterContentInit {
category: 'Contact', category: 'Contact',
label: label label: label
} }
} };
} }
} }