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

@@ -7,4 +7,4 @@ export default class Error {
, public description: string = null
, public details: any = null) {
}
};
}