Fix minor linting issue

This commit is contained in:
GCHQDeveloper581 2026-07-23 07:01:37 +00:00
parent c77562fe4e
commit 3a4c9dab88
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -9,7 +9,7 @@ import {DELIM_OPTIONS} from "../lib/Delim.mjs";
import {fromDecimal} from "../lib/Decimal.mjs"; import {fromDecimal} from "../lib/Decimal.mjs";
/** /**
* From Decimal delimiters, plus auto-detection. * From Decimal delimiters, plus auto-detection.
*/ */
const FROM_DECIMAL_DELIM_OPTIONS = [...DELIM_OPTIONS, "Auto"]; const FROM_DECIMAL_DELIM_OPTIONS = [...DELIM_OPTIONS, "Auto"];