Skip to content

Commit 52f63b6

Browse files
committed
Add gen files to formatting change
1 parent a356cca commit 52f63b6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

sdks/go/pkg/beam/util/syscallx/syscall_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16+
//go:build !linux
1617
// +build !linux
1718

1819
package syscallx

sdks/go/pkg/beam/util/syscallx/syscall_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16+
//go:build linux
1617
// +build linux
1718

1819
package syscallx

0 commit comments

Comments
 (0)