Makefile: go fmt testdata/*.go

This commit is contained in:
Ayke van Laethem
2018-09-25 13:45:50 +02:00
parent 174b6333f8
commit dc88948f55
+1
View File
@@ -55,6 +55,7 @@ clean:
fmt:
@go fmt . ./compiler ./ir ./src/examples/* ./src/machine ./src/runtime ./src/sync
@go fmt ./testdata/*.go
gen-device: gen-device-nrf gen-device-avr