tenseleyflow/shithub / 22cb14d

Browse files

gofmt: format PRO08 webhook + settings_branches

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
22cb14d374f8ff8137956e87862a61de49bd1db0
Parents
b39d4ca
Tree
c957b9d

2 changed files

StatusFile+-
M internal/web/handlers/orgs/billing_webhook_guard_test.go 0 1
M internal/web/handlers/repo/settings_branches.go 3 1
internal/web/handlers/orgs/billing_webhook_guard_test.gomodified
@@ -535,4 +535,3 @@ func TestBillingWebhookGuardAllowsCorrectKindPriceMatch(t *testing.T) {
535
 		t.Fatalf("happy-path should apply Team plan, got %s", state.Plan)
535
 		t.Fatalf("happy-path should apply Team plan, got %s", state.Plan)
536
 	}
536
 	}
537
 }
537
 }
538
-
internal/web/handlers/repo/settings_branches.gomodified
@@ -229,7 +229,9 @@ type branchProtectionInputs struct {
229
 // flags (prevent_force_push, prevent_deletion, require_signed_commits).
229
 // flags (prevent_force_push, prevent_deletion, require_signed_commits).
230
 // The corrected predicate fires on ANY advanced input:
230
 // The corrected predicate fires on ANY advanced input:
231
 // {prevent_force_push, prevent_deletion, require_signed_commits,
231
 // {prevent_force_push, prevent_deletion, require_signed_commits,
232
-//  required_status_check_names, dismiss_stale_status_checks_on_push}.
232
+//
233
+//	required_status_check_names, dismiss_stale_status_checks_on_push}.
234
+//
233
 // FeatureRequiredReviewers stays on required_review_count + dismissStale.
235
 // FeatureRequiredReviewers stays on required_review_count + dismissStale.
234
 //
236
 //
235
 // PRO05 extended gating to personal private repos in report-only
237
 // PRO05 extended gating to personal private repos in report-only