diff --git a/src/atlasComponents/sapi/directives/spatialFeatureBBox.directive.ts b/src/atlasComponents/sapi/directives/spatialFeatureBBox.directive.ts
index aa8dc44c6abf5b4fc9db4d66ee2b4e5329516c50..d4a2b7a69f3b55ca73006879f213cd4bca246fee 100644
--- a/src/atlasComponents/sapi/directives/spatialFeatureBBox.directive.ts
+++ b/src/atlasComponents/sapi/directives/spatialFeatureBBox.directive.ts
@@ -59,9 +59,9 @@ export class SpatialFeatureBBox implements OnDestroy{
   busy$ = new EventEmitter<boolean>()
 
   private spatialFeatureSpec$: Observable<{
-    atlasId: string,
-    spaceId: string,
-    bbox: BoundingBoxConcept,
+    atlasId: string
+    spaceId: string
+    bbox: BoundingBoxConcept
   }> = combineLatest([
     this.atlasId$,
     this.spaceId$,
diff --git a/src/atlasComponents/sapi/sapiSpace.ts b/src/atlasComponents/sapi/sapiSpace.ts
index edc3ffcfd1d9d948c4ceec7d44d818a504aa8c27..9999a6d3e3332a8909981ac72719ab4e9a06af72 100644
--- a/src/atlasComponents/sapi/sapiSpace.ts
+++ b/src/atlasComponents/sapi/sapiSpace.ts
@@ -26,7 +26,7 @@ type Volume = {
   id: string
   name: string
   url: string
-  volume_type: "neuroglancer/precomputed",
+  volume_type: "neuroglancer/precomputed"
   detail: {
     "neuroglancer/precomputed": IVolumeTypeDetail["neuroglancer/precomputed"]
   }
diff --git a/src/atlasComponents/sapi/type.ts b/src/atlasComponents/sapi/type.ts
index f565d2c8f0a185cc4fb91d6f06ada7c87dc48068..05276865540fb20c8d7293831175fccd897b092d 100644
--- a/src/atlasComponents/sapi/type.ts
+++ b/src/atlasComponents/sapi/type.ts
@@ -10,7 +10,7 @@ type Volume = {
   id: string
   name: string
   url: string
-  volume_type: "neuroglancer/precomputed",
+  volume_type: "neuroglancer/precomputed"
   detail: {
     "neuroglancer/precomputed": IVolumeTypeDetail["neuroglancer/precomputed"]
   }
diff --git a/src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.component.ts b/src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.component.ts
index 0a9887bf558d4f1590b5a59f9782be330ac62b26..b2e1faf29433c748c5b54d163a98b13a72359729 100644
--- a/src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.component.ts
+++ b/src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.component.ts
@@ -187,8 +187,8 @@ export class NehubaGlueCmp implements IViewer<'nehuba'>, OnChanges, OnDestroy, A
       ),
       mousePosEmitter.pipe(
         startWith(null as {
-          voxel: number[];
-          real: number[];
+          voxel: number[]
+          real: number[]
         })
       ),
     ]).pipe(