Add a missing then
keyword to an if
statement
This commit is contained in:
parent
f7e2bfd76f
commit
8b5cf3feb0
|
@ -77,7 +77,7 @@ def flake8-diagnostics-next -docstring "Jump to the next line that contains an e
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ $line -eq -1 ];
|
if [ $line -eq -1 ]; then
|
||||||
line=$first_line
|
line=$first_line
|
||||||
echo 'echo -color Error no next flake8 diagnostic'
|
echo 'echo -color Error no next flake8 diagnostic'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user