From 8682e4ed57a4428a659fbc225f56c91767e2a4a9 Mon Sep 17 00:00:00 2001 From: shollyman Date: Wed, 5 Jan 2022 09:36:10 -0800 Subject: [PATCH] fix(iam): run formatter (#5277) 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