Skip to content

Commit 8c2b209

Browse files
committed
spacing
1 parent 0afbe93 commit 8c2b209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildSrc/src/main/kotlin/temp-toolkit-intellij-root-conventions.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ intellijPlatform {
5353
tasks.prepareSandbox {
5454
val pluginName = intellijPlatform.projectName
5555

56-
from(resharperDlls)
57-
.into(pluginName.map { "$it/dotnet" })
56+
from(resharperDlls)
57+
.into(pluginName.map { "$it/dotnet" })
5858

59-
.from(gatewayResources)
60-
.into(pluginName.map { "$it/gateway-resources" })
59+
.from(gatewayResources)
60+
.into(pluginName.map { "$it/gateway-resources" })
6161
}
6262

6363
// We have no source in this project, so skip test task

0 commit comments

Comments
 (0)