Revering whitespace edits.

This commit is contained in:
Russ Taylor
2026-04-13 08:36:49 -04:00
parent c812e72a1a
commit e2db1257cd

View File

@@ -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]