I need to avoid the blank row in the figure below which is added when I use flalign inside enumerate. How can I overcome this problem?
\begin{enumerate}[label=\arabic*\textsuperscript{a}.]
\item $T_S < T_i < 2 T_S$;
\item \begin{flalign*}
C_S &= T_1 - T_S \\
C_i &= T_{i+1} - T_i \quad \forall i \neq n &&
\end{flalign*}
\end{enumerate}


align*inenumerate– barbara beeton Feb 26 '21 at 00:29