Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
linitng fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay authored and Adrian Brink committed Oct 16, 2017
1 parent 0b5989e commit 92fcd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test_integrations:

metalinter: ensure_tools install
@gometalinter --install
gometalinter --vendor --deadline=600s --enable-all --disable=lll ./...
gometalinter --vendor --deadline=1800s --enable-all --disable=lll ./...

draw_deps:
# requires brew install graphviz or apt-get install graphviz
Expand Down
2 changes: 1 addition & 1 deletion ethereum/node_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ethereum_test
package ethereum

import (
"flag"
Expand Down

0 comments on commit 92fcd85

Please sign in to comment.