Skip to content

Commit d09bedf

Browse files
committed
Remove extraneous spaces
1 parent 31fb8d7 commit d09bedf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

did.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for /f "delims=#" %%e in ('"prompt #$e# & for %%e in (1) do rem"') do (
2424
)
2525

2626
for /f "tokens=*" %%l in (%todo_list%) do (
27-
echo %%l | findstr /v /c:"%*" >> %temp_file%
27+
echo %%l| findstr /v /c:"%*" >> %temp_file%
2828
if !errorlevel! equ 1 (
2929
echo %esc%[31m%%l%esc%[0m
3030
) else (

do.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ if exist %todo_list% (
4040
)
4141

4242
copy %todo_list% %temp_file% > nul
43-
echo %pad%%counter% %* > %todo_list%
43+
echo %pad%%counter% %*> %todo_list%
4444
type %temp_file% >> %todo_list%
4545
del %temp_file%

0 commit comments

Comments
 (0)