Skip to content

Commit a4903f4

Browse files
chore: run formatter
1 parent 5fa0359 commit a4903f4

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

crates/hyperswitch_connectors/src/connectors.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ pub use self::{
134134
paypal::Paypal, paystack::Paystack, payu::Payu, placetopay::Placetopay, plaid::Plaid,
135135
powertranz::Powertranz, prophetpay::Prophetpay, rapyd::Rapyd, razorpay::Razorpay,
136136
recurly::Recurly, redsys::Redsys, riskified::Riskified, santander::Santander, shift4::Shift4,
137-
signifyd::Signifyd, silverflow::Silverflow, square::Square, stax::Stax, stripe::Stripe, stripebilling::Stripebilling,
138-
taxjar::Taxjar, threedsecureio::Threedsecureio, thunes::Thunes, tokenio::Tokenio,
139-
trustpay::Trustpay, tsys::Tsys, unified_authentication_service::UnifiedAuthenticationService,
140-
vgs::Vgs, volt::Volt, wellsfargo::Wellsfargo, wellsfargopayout::Wellsfargopayout, wise::Wise,
141-
worldline::Worldline, worldpay::Worldpay, worldpayvantiv::Worldpayvantiv,
142-
worldpayxml::Worldpayxml, xendit::Xendit, zen::Zen, zsl::Zsl,
143-
137+
signifyd::Signifyd, silverflow::Silverflow, square::Square, stax::Stax, stripe::Stripe,
138+
stripebilling::Stripebilling, taxjar::Taxjar, threedsecureio::Threedsecureio, thunes::Thunes,
139+
tokenio::Tokenio, trustpay::Trustpay, tsys::Tsys,
140+
unified_authentication_service::UnifiedAuthenticationService, vgs::Vgs, volt::Volt,
141+
wellsfargo::Wellsfargo, wellsfargopayout::Wellsfargopayout, wise::Wise, worldline::Worldline,
142+
worldpay::Worldpay, worldpayvantiv::Worldpayvantiv, worldpayxml::Worldpayxml, xendit::Xendit,
143+
zen::Zen, zsl::Zsl,
144144
};

crates/router/src/connector.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@ pub use hyperswitch_connectors::connectors::{
3232
placetopay, placetopay::Placetopay, plaid, plaid::Plaid, powertranz, powertranz::Powertranz,
3333
prophetpay, prophetpay::Prophetpay, rapyd, rapyd::Rapyd, razorpay, razorpay::Razorpay, recurly,
3434
recurly::Recurly, redsys, redsys::Redsys, riskified, riskified::Riskified, santander,
35-
santander::Santander, shift4, shift4::Shift4, signifyd, signifyd::Signifyd, silverflow, silverflow::Silverflow, square,
36-
square::Square, stax, stax::Stax, stripe, stripe::Stripe, stripebilling,
37-
stripebilling::Stripebilling, taxjar, taxjar::Taxjar, threedsecureio,
35+
santander::Santander, shift4, shift4::Shift4, signifyd, signifyd::Signifyd, silverflow,
36+
silverflow::Silverflow, square, square::Square, stax, stax::Stax, stripe, stripe::Stripe,
37+
stripebilling, stripebilling::Stripebilling, taxjar, taxjar::Taxjar, threedsecureio,
3838
threedsecureio::Threedsecureio, thunes, thunes::Thunes, tokenio, tokenio::Tokenio, trustpay,
3939
trustpay::Trustpay, tsys, tsys::Tsys, unified_authentication_service,
4040
unified_authentication_service::UnifiedAuthenticationService, vgs, vgs::Vgs, volt, volt::Volt,
4141
wellsfargo, wellsfargo::Wellsfargo, wellsfargopayout, wellsfargopayout::Wellsfargopayout, wise,
4242
wise::Wise, worldline, worldline::Worldline, worldpay, worldpay::Worldpay, worldpayvantiv,
4343
worldpayvantiv::Worldpayvantiv, worldpayxml, worldpayxml::Worldpayxml, xendit, xendit::Xendit,
4444
zen, zen::Zen, zsl, zsl::Zsl,
45-
4645
};

0 commit comments

Comments
 (0)