Stop messing with existing formatting

This commit is contained in:
Anthony Kim
2026-01-21 11:00:10 -08:00
parent 1b2d361b59
commit 63ebe2df5b
+1 -1
View File
@@ -36,7 +36,7 @@ export interface IParams {
addSubParam(value: number): void;
hasSubParams(idx: number): boolean;
getSubParams(idx: number): Int32Array | null;
getSubParamsAll(): { [idx: number]: Int32Array };
getSubParamsAll(): {[idx: number]: Int32Array};
}
/**