mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
style: correct indentation and format in Thing.ts
This commit is contained in:
@@ -256,7 +256,7 @@ export class SCThingMeta implements SCMetaTranslations<SCThing> {
|
|||||||
/**
|
/**
|
||||||
* Translations of values of fields
|
* Translations of values of fields
|
||||||
*/
|
*/
|
||||||
fieldValueTranslations = {
|
fieldValueTranslations = {
|
||||||
de: {
|
de: {
|
||||||
type: 'Ding',
|
type: 'Ding',
|
||||||
},
|
},
|
||||||
@@ -275,5 +275,6 @@ export class SCThingMeta implements SCMetaTranslations<SCThing> {
|
|||||||
return this._instance.get(this.name) as T;
|
return this._instance.get(this.name) as T;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected constructor() {}
|
protected constructor() {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user