fix: run go fmt on inputs.mdstat with go1.17 (#9702)
This commit is contained in:
parent
435c2a6e33
commit
b8ff3e9c56
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build linux
|
||||||
// +build linux
|
// +build linux
|
||||||
|
|
||||||
// Copyright 2018 The Prometheus Authors
|
// Copyright 2018 The Prometheus Authors
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !linux
|
||||||
// +build !linux
|
// +build !linux
|
||||||
|
|
||||||
package mdstat
|
package mdstat
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build linux
|
||||||
// +build linux
|
// +build linux
|
||||||
|
|
||||||
package mdstat
|
package mdstat
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue