Update: Fixed typos

This commit is contained in:
David C Goldenberg 2023-06-20 10:08:00 -04:00
parent e005dae8dc
commit c322e1fa0c
2 changed files with 0 additions and 3 deletions

View file

@ -6,8 +6,6 @@
* @license ISC * @license ISC
*/ */
import Operation from "../Operation.mjs"; import Operation from "../Operation.mjs";
import Utils from "../Utils.mjs"; import Utils from "../Utils.mjs";
import forge from "node-forge"; import forge from "node-forge";

View file

@ -53,5 +53,4 @@ TestRegister.addTests([
}, },
], ],
} }
]); ]);