Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 82ca5f7

Browse files
committed
lint
1 parent c07b9cf commit 82ca5f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/normalize.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
function normalize(d) { // Decimal128 object
1+
function normalize(d) {
2+
// Decimal128 object
23
return d.toString({ normalize: true });
34
}
45

0 commit comments

Comments
 (0)