Skip to content

Commit add0ff0

Browse files
committed
fix lint
1 parent d807d85 commit add0ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/solhint-custom/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = [
8484

8585
class extends Base {
8686
static ruleId = 'no-external-virtual';
87-
87+
8888
FunctionDefinition(node) {
8989
if (node.visibility == 'external' && node.isVirtual) {
9090
this.error(node, 'Functions should not be external and virtual');

0 commit comments

Comments
 (0)