Remove empty line in the pom file (#11382)

This commit is contained in:
Emmanuel Garcia 2019-08-22 13:39:14 -07:00 committed by GitHub
parent 78ac65320b
commit 3e403dd20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,7 @@ import json
THIS_DIR = os.path.abspath(os.path.dirname(__file__))
# The template for the POM file.
POM_FILE_CONTENT = '''
<?xml version="1.0" encoding="UTF-8"?>
POM_FILE_CONTENT = '''<?xml version="1.0" encoding="UTF-8"?>
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>