Skip to content

Commit

Permalink
build: Add space after +build
Browse files Browse the repository at this point in the history
Fix #181
  • Loading branch information
pingleig committed Mar 8, 2021
1 parent b6df94b commit fbdd619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/inputs/cadvisor/cadvisor_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: MIT

// +build windows

package cadvisor

// cadvisor doesn't support windows, leave it empty
1 change: 1 addition & 0 deletions translator/util/platform_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: MIT

// +build windows

package util

import (
Expand Down

0 comments on commit fbdd619

Please sign in to comment.