Skip to content

Commit 8072300

Browse files
committed
Add blank line after build tags to prevent build failures
Signed-off-by: Calvin Behling <[email protected]>
1 parent e97d999 commit 8072300

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

stitch/placer/aufsPlacer_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build linux
2+
23
package placer
34

45
import (

stitch/placer/bindPlacer_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build linux
2+
23
package placer
34

45
import (

stitch/placer/overlayPlacer_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build linux
2+
23
package placer
34

45
import (

0 commit comments

Comments
 (0)