From 08c1fb81732461695a3e1caafea138b04ba16236 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Wed, 19 Sep 2018 00:13:59 +0100 Subject: [PATCH] Fix whitespace in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adad286..6f93079 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ failure ([`Err`][result-err]) operations. ```groovy repositories { - maven { url = 'https://dl.bintray.com/michaelbull/maven' } + maven { url = 'https://dl.bintray.com/michaelbull/maven' } } dependencies {