Skip to content

Commit 97e49da

Browse files
committed
STYLE: Remove redundant spaces before \\ in LaTeX tables
1 parent 605053d commit 97e49da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SoftwareGuide/Latex/Appendices/GitWorkflow.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,24 +232,24 @@ \subsubsection{Notation}%
232232
Branch name &
233233
\begin{tikzpicture}
234234
\node[DAGref,fill=pink](master){master};
235-
\end{tikzpicture} \\
235+
\end{tikzpicture}\\
236236
Current branch &
237237
\begin{tikzpicture}
238238
\node[DAGref,fill=pink](master){*master};
239-
\end{tikzpicture} \\
239+
\end{tikzpicture}\\
240240
Commit with parent in same branch &
241241
\begin{tikzpicture}
242242
\gitDAG[grow right sep = 2em, branch down = 3em]{
243243
{[nodes=placeholder commits] "..."} -- C1
244244
};
245-
\end{tikzpicture} \\
245+
\end{tikzpicture}\\
246246
Commit with two parents (merge) &
247247
\begin{tikzpicture}
248248
\gitDAG[grow right sep = 1em, branch down = 3em]{
249249
{[nodes=placeholder commits] "..."} -- C1,
250250
C2; {C2 -- C1}
251251
};
252-
\end{tikzpicture} \\
252+
\end{tikzpicture}\\
253253
%\bottomrule
254254
\end{tabular}
255255
\end{center}

0 commit comments

Comments
 (0)