mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
Revering whitespace edits.
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user