From c3d09fc90794b8c362b0cce7f67faa86354b84b2 Mon Sep 17 00:00:00 2001 From: latin-panda <66472237+latin-panda@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:05:35 -0600 Subject: [PATCH] format --- .../xforms-engine/src/lib/codecs/getSharedValueCodec.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/xforms-engine/src/lib/codecs/getSharedValueCodec.ts b/packages/xforms-engine/src/lib/codecs/getSharedValueCodec.ts index b074855f..d46d4afc 100644 --- a/packages/xforms-engine/src/lib/codecs/getSharedValueCodec.ts +++ b/packages/xforms-engine/src/lib/codecs/getSharedValueCodec.ts @@ -4,7 +4,11 @@ import { type DecimalInputValue, type DecimalRuntimeValue, } from './DecimalValueCodec.ts'; -import { type GeopointInputValue, type GeopointRuntimeValue, GeopointValueCodec } from './GeopointValueCodec.ts'; +import { + type GeopointInputValue, + type GeopointRuntimeValue, + GeopointValueCodec, +} from './GeopointValueCodec.ts'; import { IntValueCodec, type IntInputValue, type IntRuntimeValue } from './IntValueCodec.ts'; import { StringValueCodec } from './StringValueCodec.ts'; import type { ValueCodec } from './ValueCodec.ts';