Unify inconsitent identation

This commit is contained in:
Geolykt 2021-01-06 13:23:36 +01:00 committed by GitHub
parent c6d3aaa7ef
commit 9c1759198f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@
How to include the API with Maven:
```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
@ -21,7 +21,7 @@ How to include the API with Maven:
How to include the API with Gradle:
```groovy
repositories {
maven { url 'https://jitpack.io' }
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly "com.github.MilkBowl:VaultAPI:1.7"