Remove trailing whitespace in missing visibility warning.

This commit is contained in:
Daniel Kirchner
2018-07-02 13:14:58 +02:00
parent 9a71b69f40
commit 9aefe2f118
4 changed files with 5 additions and 5 deletions
@@ -1,3 +1,3 @@
contract A { constructor() {} }
// ----
// Warning: (13-29): No visibility specified. Defaulting to "public".
// Warning: (13-29): No visibility specified. Defaulting to "public".