summaryrefslogtreecommitdiff
path: root/std/uuid/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/uuid/mod.ts')
-rw-r--r--std/uuid/mod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/uuid/mod.ts b/std/uuid/mod.ts
index 26e4b43ff..8e312c558 100644
--- a/std/uuid/mod.ts
+++ b/std/uuid/mod.ts
@@ -14,7 +14,7 @@ const NOT_IMPLEMENTED = {
},
validate(): never {
throw new Error("Not implemented");
- }
+ },
};
// TODO Implement