Skip to content

Commit 739aeb8

Browse files
committed
Refactor code-style
1 parent 2e59dae commit 739aeb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function zone(node, name, callback) {
1616

1717
visit(node, gather)
1818

19-
/* Gather one dimensional zones. */
19+
// Gather one dimensional zones.
2020
function gather(node, index, parent) {
2121
var type = test(node)
2222

@@ -60,7 +60,7 @@ function zone(node, name, callback) {
6060
}
6161
}
6262

63-
/* Test if `node` matches the bound settings. */
63+
// Test if `node` matches the bound settings.
6464
function test(node) {
6565
var marker = commentMarker(node)
6666
var attributes

0 commit comments

Comments
 (0)