File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/test/kotlin/org/jetbrains/intellij/tasks Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ class PrepareSandboxTaskSpec : IntelliJPluginSpecBase() {
577577 <option name="CHECK_NEEDED" value="false" />
578578 </component>
579579 </application>
580- """ ,
580+ """ .trimIndent() ,
581581 )
582582 }
583583
@@ -613,7 +613,7 @@ class PrepareSandboxTaskSpec : IntelliJPluginSpecBase() {
613613 <option name="CHECK_NEEDED" value="false" />
614614 </component>
615615 </application>
616- """ ,
616+ """ .trimIndent() ,
617617 )
618618 }
619619
@@ -647,7 +647,7 @@ class PrepareSandboxTaskSpec : IntelliJPluginSpecBase() {
647647 <option name="CHECK_NEEDED" value="false" />
648648 </component>
649649 </application>
650- """ ,
650+ """ .trimIndent() ,
651651 )
652652 }
653653
@@ -681,7 +681,7 @@ class PrepareSandboxTaskSpec : IntelliJPluginSpecBase() {
681681 <option name="CHECK_NEEDED" value="false" />
682682 </component>
683683 </application>
684- """ ,
684+ """ .trimIndent() ,
685685 )
686686 }
687687
@@ -715,7 +715,7 @@ class PrepareSandboxTaskSpec : IntelliJPluginSpecBase() {
715715 <option name="CHECK_NEEDED" value="false" />
716716 </component>
717717 </application>
718- """ ,
718+ """ .trimIndent() ,
719719 )
720720 }
721721
@@ -741,7 +741,7 @@ class PrepareSandboxTaskSpec : IntelliJPluginSpecBase() {
741741 <option name="CHECK_NEEDED" value="false" />
742742 </component>
743743 </application>
744- """ ,
744+ """ .trimIndent() ,
745745 )
746746 }
747747
@@ -801,7 +801,7 @@ class PrepareSandboxTaskSpec : IntelliJPluginSpecBase() {
801801 <option name="CHECK_NEEDED" value="false" />
802802 </component>
803803 </application>
804- """ ,
804+ """ .trimIndent() ,
805805 )
806806 }
807807
You can’t perform that action at this time.
0 commit comments