Skip to content

Commit

Permalink
Simplify fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
trevrosen committed Nov 9, 2017
1 parent f5be81e commit dbfcfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ race:

# Check for code well-formedness
fmt_check:
! gofmt -s -d . | read
gofmt -d .

# Test and generate coverage
test_with_coverage:
Expand Down

0 comments on commit dbfcfef

Please sign in to comment.