Skip to content

Commit ff07695

Browse files
committedOct 6, 2017
Initial commit
1 parent 911c6c0 commit ff07695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎linter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class Solhint(NodeLinter):
7-
""" Solhint class delegate call to solhint tool and return result back"""
7+
"""Solhint class delegate call to solhint tool and return result back."""
88

99
syntax = 'solidity'
1010
cmd = 'solhint -f visualstudio @'

0 commit comments

Comments
 (0)
Please sign in to comment.