summaryrefslogtreecommitdiff
path: root/lib/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils.ts')
-rw-r--r--lib/utils.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/utils.ts b/lib/utils.ts
index 4d987902..dab65b37 100644
--- a/lib/utils.ts
+++ b/lib/utils.ts
@@ -288,4 +288,5 @@ export function compareItemNumber(a?: string, b?: string) {
if (av !== bv) return av - bv;
}
return as.length - bs.length;
-} \ No newline at end of file
+}
+