style: run go fmt on modified files

This commit is contained in:
PePe Amengual
2025-08-14 23:05:55 -07:00
parent 900f00be65
commit 424500597c

View File

@@ -844,8 +844,8 @@ func TestPlanCommandRunner_SilenceFlagsClearsPendingStatus(t *testing.T) {
_ = setup(t, func(tc *TestConfig) {
tc.SilenceNoProjects = true
tc.silenceVCSStatusNoProjects = true // This is the key flag
tc.silenceVCSStatusNoPlans = true // This is the key flag
tc.silenceVCSStatusNoProjects = true // This is the key flag
tc.silenceVCSStatusNoPlans = true // This is the key flag
})
modelPull := models.PullRequest{BaseRepo: testdata.GithubRepo, State: models.OpenPullState, Num: testdata.Pull.Num}