Skip to content

Commit

Permalink
releng, tmf.ui: Fix broken indentation in pom.xml
Browse files Browse the repository at this point in the history
Fix the related SonarLint issues reported locally in Eclipse.

Change-Id: I12bbba493de260b8576a613088a07fc26e101ba1
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/196305
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
  • Loading branch information
marco-miller authored and MatthewKhouzam committed Oct 13, 2022
1 parent a6f038a commit 8b21d54
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tmf/org.eclipse.tracecompass.tmf.ui/pom.xml
Expand Up @@ -41,7 +41,7 @@
</target>
</configuration>
<goals>
<goal>run</goal>
<goal>run</goal>
</goals>
</execution>
<execution>
Expand All @@ -55,12 +55,11 @@
</target>
</configuration>
<goals>
<goal>run</goal>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</plugins>
</build>
</project>

0 comments on commit 8b21d54

Please sign in to comment.