aboutsummaryrefslogtreecommitdiff
path: root/src/client/northstar/core/attribute/CalculatedAttributeModel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/northstar/core/attribute/CalculatedAttributeModel.ts')
-rw-r--r--src/client/northstar/core/attribute/CalculatedAttributeModel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/northstar/core/attribute/CalculatedAttributeModel.ts b/src/client/northstar/core/attribute/CalculatedAttributeModel.ts
index 0b8e0d12c..a197c1305 100644
--- a/src/client/northstar/core/attribute/CalculatedAttributeModel.ts
+++ b/src/client/northstar/core/attribute/CalculatedAttributeModel.ts
@@ -1,5 +1,5 @@
import { BackendAttributeModel, AttributeModel, CodeAttributeModel } from "./AttributeModel";
-import { DataType, VisualizationHint } from '../../model/idea/idea'
+import { DataType, VisualizationHint } from '../../model/idea/idea';
export class CalculatedAttributeManager {
public static AllCalculatedAttributes: Array<AttributeModel> = new Array<AttributeModel>();