mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-08 14:35:55 +02:00
Bad separator in Makefile
This commit is contained in:
parent
16273236c9
commit
676a96d5f9
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ fmt:
|
|||||||
go fmt $(GOSRC_SINKS)
|
go fmt $(GOSRC_SINKS)
|
||||||
go fmt $(GOSRC_RECEIVERS)
|
go fmt $(GOSRC_RECEIVERS)
|
||||||
go fmt $(GOSRC_APP)
|
go fmt $(GOSRC_APP)
|
||||||
@for F in $(GOSRC_INTERNAL); do go fmt $$F; done
|
@for F in $(GOSRC_INTERNAL); do go fmt $$F; done
|
||||||
|
|
||||||
|
|
||||||
# Examine Go source code and reports suspicious constructs
|
# Examine Go source code and reports suspicious constructs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user