From e2db1257cdf78b06557f715ff1fe1fe2499cbb53 Mon Sep 17 00:00:00 2001 From: Russ Taylor Date: Mon, 13 Apr 2026 08:36:49 -0400 Subject: [PATCH] Revering whitespace edits. --- src/mol-plugin-state/formats/shape.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mol-plugin-state/formats/shape.ts b/src/mol-plugin-state/formats/shape.ts index acbb4f2cb..f11815531 100644 --- a/src/mol-plugin-state/formats/shape.ts +++ b/src/mol-plugin-state/formats/shape.ts @@ -38,7 +38,7 @@ export const PlyProvider = DataFormatProvider({ }); export const BuiltInShapeFormats = [ - ['ply', PlyProvider] as const, + ['ply', PlyProvider] as const, ] as const; -export type BuiltInShapeFormat = (typeof BuiltInShapeFormats)[number][0] +export type BuildInShapeFormat = (typeof BuiltInShapeFormats)[number][0] \ No newline at end of file