From 5e82bc4e0178ac81a5ce879c97685f521e62774e Mon Sep 17 00:00:00 2001 From: Forrest Collman Date: Wed, 21 Feb 2024 16:50:45 -0800 Subject: [PATCH] format fix --- src/ui/annotations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/annotations.ts b/src/ui/annotations.ts index a0c78ec33..c799c90be 100644 --- a/src/ui/annotations.ts +++ b/src/ui/annotations.ts @@ -1850,7 +1850,7 @@ export function UserLayerWithAnnotationsMixin< const { relationships, properties } = annotationLayer.source; const sourceReadonly = annotationLayer.source.readonly; - + // Add the ID to the annotation details. const label = document.createElement("label"); label.classList.add("neuroglancer-annotation-property");