Fix part of tests broken by a71bb709 (too many line breaks were added)
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ class IfThenToElvisIntention : SelfTargetingOffsetIndependentIntention<KtIfExpre
|
|||||||
|
|
||||||
val factory = KtPsiFactory(element)
|
val factory = KtPsiFactory(element)
|
||||||
|
|
||||||
val commentSaver = CommentSaver(element, saveLineBreaks = true)
|
val commentSaver = CommentSaver(element, saveLineBreaks = false)
|
||||||
|
|
||||||
val elvis = runWriteAction {
|
val elvis = runWriteAction {
|
||||||
val replacedBaseClause = ifThenToSelectData.replacedBaseClause(factory)
|
val replacedBaseClause = ifThenToSelectData.replacedBaseClause(factory)
|
||||||
|
|||||||
Reference in New Issue
Block a user