From 94395788e4d0edabeb69225729f29606cb032d98 Mon Sep 17 00:00:00 2001 From: forest Date: Thu, 25 Feb 2021 17:55:20 -0600 Subject: [PATCH] tabs -> spaces --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6141985..307d5f0 100644 --- a/README.md +++ b/README.md @@ -302,10 +302,10 @@ const captchaDifficultyLevel = 5 ... - apiToken := os.ExpandEnv("$CAPTCHA_API_TOKEN") - if apiToken == "" { - panic(errors.New("can't start the app, the CAPTCHA_API_TOKEN environment variable is required")) - } + apiToken := os.ExpandEnv("$CAPTCHA_API_TOKEN") + if apiToken == "" { + panic(errors.New("can't start the app, the CAPTCHA_API_TOKEN environment variable is required")) + } captchaAPIURL, err = url.Parse("http://localhost:2370") ```