Fix whitespace in README example

This commit is contained in:
Michael Bull 2018-09-19 00:13:59 +01:00
parent c6c029cc20
commit 08c1fb8173
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ failure ([`Err`][result-err]) operations.
```groovy ```groovy
repositories { repositories {
maven { url = 'https://dl.bintray.com/michaelbull/maven' } maven { url = 'https://dl.bintray.com/michaelbull/maven' }
} }
dependencies { dependencies {