From 62bbe5adb99ca955cd0e0359ef629c75887b325a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 8 Jun 2019 17:42:48 +0300 Subject: [PATCH] general: Fix indentation. --- test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test.sh b/test.sh index e14553a..90e865e 100755 --- a/test.sh +++ b/test.sh @@ -54,13 +54,13 @@ test_rstrip() { } test_urlencode() { - result="$(urlencode "https://github.com/dylanaraps/pure-bash-bible")" - assert_equals "$result" "https%3A%2F%2Fgithub.com%2Fdylanaraps%2Fpure-bash-bible" + result="$(urlencode "https://github.com/dylanaraps/pure-bash-bible")" + assert_equals "$result" "https%3A%2F%2Fgithub.com%2Fdylanaraps%2Fpure-bash-bible" } test_urldecode() { - result="$(urldecode "https%3A%2F%2Fgithub.com%2Fdylanaraps%2Fpure-bash-bible")" - assert_equals "$result" "https://github.com/dylanaraps/pure-bash-bible" + result="$(urldecode "https%3A%2F%2Fgithub.com%2Fdylanaraps%2Fpure-bash-bible")" + assert_equals "$result" "https://github.com/dylanaraps/pure-bash-bible" } test_reverse_array() {