The tip of master currently fails to make build stage fails on gofmt check with the following:
==> Checking that code complies with gofmt requirements...
gofmt needs running on the following files:
./ad/provider.go
./ad/resource_active_directory_user_test.go
./ad/resource_active_directory_user.go
You can use the command: `make fmt` to reformat code.
make: *** [GNUmakefile:32: fmtcheck] Error 1
If I simply run a make fmt on the repo and run a diff I see the following changes:
The tip of master currently fails to
make build
stage fails on gofmt check with the following:If I simply run a
make fmt
on the repo and run a diff I see the following changes:Pretty easy fix.