From 082f8fc050156e62c0caf0c0d1248e68d53fcaef Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Wed, 5 Jan 2022 17:28:50 +0000 Subject: [PATCH] fix(iam): run formatter Existing file is causing gofmt to yell during presubmit testing. --- iam/go_mod_tidy_hack.go | 1 + 1 file changed, 1 insertion(+) diff --git a/iam/go_mod_tidy_hack.go b/iam/go_mod_tidy_hack.go index fbdd65f60c0..c3f49e045d2 100644 --- a/iam/go_mod_tidy_hack.go +++ b/iam/go_mod_tidy_hack.go @@ -14,6 +14,7 @@ // This file, and the cloud.google.com/go import, won't actually become part of // the resultant binary. +//go:build modhack // +build modhack package iam