Skip to content

Commit dfd2abf

Browse files
committed
fix: formatting
1 parent b1ead38 commit dfd2abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/function.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ module.exports = {
266266
} else if (this.token === this.tok.T_PRIVATE) {
267267
this.next();
268268
return MODIFIER_PRIVATE;
269-
}
269+
}
270270
return 0;
271271
},
272272
/**

0 commit comments

Comments
 (0)