fix: run go fmt on inputs.mdstat with go1.17 (#9702)

This commit is contained in:
Sebastian Spaink 2021-09-01 09:35:10 -07:00 committed by GitHub
parent 435c2a6e33
commit b8ff3e9c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build linux
// +build linux
// Copyright 2018 The Prometheus Authors

View File

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package mdstat

View File

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package mdstat