Removing grammar fix and carriage return at end of file.

This commit is contained in:
Russ Taylor
2026-04-13 08:32:35 -04:00
parent 2308dfd22e
commit 5afb7981ae

View File

@@ -95,7 +95,7 @@ export namespace PluginStateObject {
{ kind: 'dsn6', data: Dsn6File } |
{ kind: 'dx', data: DxFile } |
{ kind: 'ply', data: PlyFile } |
// For non-built-in extensions
// For non-build in extensions
{ kind: 'custom', data: unknown, tag: string }
)
export type BlobData = BlobEntry[]
@@ -155,4 +155,4 @@ export namespace PluginStateObject {
export namespace PluginStateTransform {
export const CreateBuiltIn = StateTransformer.factory('ms-plugin');
export const BuiltIn = StateTransformer.builderFactory('ms-plugin');
}
}