Skip to content

Commit 40a7f6c

Browse files
committed
fix auto-indentation in core pom
1 parent aea4ccf commit 40a7f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
</execution>
500500
</executions>
501501
<configuration>
502-
<executable>${project.basedir}${file.separator}..${file.separator}R${file.separator}install-dev${script.extension}</executable>
502+
<executable>${project.basedir}${file.separator}..${file.separator}R${file.separator}install-dev${script.extension}</executable>
503503
</configuration>
504504
</plugin>
505505
</plugins>

0 commit comments

Comments
 (0)