Skip to content

Commit 3e403dd

Browse files
author
Emmanuel Garcia
authored
Remove empty line in the pom file (flutter#11382)
1 parent 78ac653 commit 3e403dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/android_support/generate_pom_file.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
THIS_DIR = os.path.abspath(os.path.dirname(__file__))
1212

1313
# The template for the POM file.
14-
POM_FILE_CONTENT = '''
15-
<?xml version="1.0" encoding="UTF-8"?>
14+
POM_FILE_CONTENT = '''<?xml version="1.0" encoding="UTF-8"?>
1615
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
1716
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1817
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)