I use the following snippet to automatically generate list of tables in my document:
\newpage
\phantomsection
\addcontentsline{toc}{chapter}{\listtablename}
\singlespacing
\listoftables
As can be seen, the resulting items have different spacings based on their chapters. How can I make all of them equally spaced? Like this:

