From: Mahi Kolla <mahikolla@xxxxxxxxxx> Previously, the code used spaces to appropriately format. The spaces have been replaced with tabs to follow style guide standards. Signed-off-by: Mahi Kolla <mahikolla@xxxxxxxxxx> --- t/t5606-clone-options.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/t5606-clone-options.sh b/t/t5606-clone-options.sh index 69c4bacf52f..1a3f1e9ab18 100755 --- a/t/t5606-clone-options.sh +++ b/t/t5606-clone-options.sh @@ -18,8 +18,8 @@ test_expect_success 'setup' ' test_expect_success 'clone --recurse-submodules sets submodule.recurse=true' ' - git clone --recurse-submodules parent clone-rec-submodule && - git config submodule.recurse true + git clone --recurse-submodules parent clone-rec-submodule && + git config submodule.recurse true ' -- gitgitgadget