Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 3a2d2ad

Browse files
committed
Format
1 parent 047b4bc commit 3a2d2ad

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

app/controllers/admin/billing_waivers_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def destroy
1010
@account.uncomp
1111
redirect_to saas.edit_admin_account_path(@account.external_account_id), notice: "Account uncomped"
1212
end
13-
end
13+
end

exe/stripe-dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ File.write(LOG_FILE, "")
4444
# Start stripe listen in background
4545
pid = spawn(
4646
"stripe", "listen", "--forward-to", "localhost:3006/stripe/webhooks",
47-
out: [LOG_FILE, "a"],
48-
err: [LOG_FILE, "a"]
47+
out: [ LOG_FILE, "a" ],
48+
err: [ LOG_FILE, "a" ]
4949
)
5050
Process.detach(pid)
5151

test/controllers/accounts/subscriptions_controller_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ class Account::SubscriptionsControllerTest < ActionDispatch::IntegrationTest
4343
post account_subscription_path
4444
assert_response :forbidden
4545
end
46-
4746
end

test/controllers/admin/billing_waivers_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ class Admin::BillingWaiversControllerTest < ActionDispatch::IntegrationTest
2929

3030
assert_not account.reload.comped?
3131
end
32-
end
32+
end

0 commit comments

Comments
 (0)