fixed indents and spacing

This commit is contained in:
Jack Fitch 2022-06-28 14:50:16 -04:00
parent 163e4dfd36
commit 0a0454f6ad
No known key found for this signature in database
GPG Key ID: 753BA18D9DE77C27
1 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<activeProfiles>
@ -25,12 +25,12 @@
</repositories>
</profile>
</profiles>
<servers>
<server>
<id>github</id>
<username>MilkBowl</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
<server>
<id>github</id>
<username>MilkBowl</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
</settings>