Skip to content

Commit

Permalink
Add newline for better readability in pom.xml
Browse files Browse the repository at this point in the history
Inserted a blank line after <modelVersion>4.0.0</modelVersion> to improve code readability. This change does not affect the functionality but enhances the visual structure of the XML file.
  • Loading branch information
pflynn-virtru committed Oct 18, 2024
1 parent 86481d3 commit 97fb170
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nifi-tdf-controller-services-api-nar/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://www.maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.opentdf.nifi</groupId>
<artifactId>nifi-pom</artifactId>
Expand Down

0 comments on commit 97fb170

Please sign in to comment.