From 273e9919f450779bd098a3b00227fcf307ab4ee2 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 20 Aug 2024 23:01:41 -0300 Subject: [PATCH] Fix misaligned indentation in bin/setup --- bin/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/setup b/bin/setup index 551ac87..5f751b9 100755 --- a/bin/setup +++ b/bin/setup @@ -47,8 +47,8 @@ fi found=0 for t in tidy tidy5; do if which ${t} > /dev/null 2>&1; then - found=1 - break + found=1 + break fi done