You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autoformatting should not reformat below line to incorrect state
private val deferredMessageQueueSubscription = DeferredMessageQueueSubscription(uri = ServiceBusUri("deferredQueueTestUri"))
Observed Behavior
Autoformatting moves DeferredMessageQueueSubscription(uri = ServiceBusUri("deferredQueueTestUri")) to the next line and as the results it looks like this:
private val deferredMessageQueueSubscription =
DeferredMessageQueueSubscription(uri = ServiceBusUri("deferredQueueTestUri"))
Steps to Reproduce
Autoformatting should allow to reproduce this. My Detekt config:
Expected Behavior
Autoformatting should not reformat below line to incorrect state
Observed Behavior
Autoformatting moves
DeferredMessageQueueSubscription(uri = ServiceBusUri("deferredQueueTestUri"))
to the next line and as the results it looks like this:Steps to Reproduce
Autoformatting should allow to reproduce this. My Detekt config:
Your Environment
The text was updated successfully, but these errors were encountered: