Skip to content

Commit

Permalink
remove blank line (due to codefactor.io warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliidasaev committed Apr 23, 2020
1 parent e7f4bda commit 781900b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MAVN.Service.CustomerProfile/Modules/RabbitMqModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class RabbitMqModule : Module
private const string CustomerPhoneVerifiedExchangeName = "lykke.customer.phoneverified";
private const string CustomerProfileDeactivationRequestedExchangeName = "lykke.customer.profiledeactivationrequested";


private readonly string _connString;

public RabbitMqModule(IReloadingManager<AppSettings> appSettings)
Expand Down

0 comments on commit 781900b

Please sign in to comment.