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) {
535535
 		t.Fatalf("happy-path should apply Team plan, got %s", state.Plan)
536536
 	}
537537
 }
538
-
internal/web/handlers/repo/settings_branches.gomodified
@@ -229,7 +229,9 @@ type branchProtectionInputs struct {
229229
 // flags (prevent_force_push, prevent_deletion, require_signed_commits).
230230
 // The corrected predicate fires on ANY advanced input:
231231
 // {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
+//
233235
 // FeatureRequiredReviewers stays on required_review_count + dismissStale.
234236
 //
235237
 // PRO05 extended gating to personal private repos in report-only