TSLint compliance

This commit is contained in:
hensm
2019-03-12 07:16:36 +00:00
parent 0bde5ec46e
commit c67a9a1097
16 changed files with 108 additions and 89 deletions

View File

@@ -6,4 +6,4 @@ export default class SenderApplication {
public url: string = null;
constructor (public platform: string) {}
};
}