Skip to content

Commit

Permalink
Fix: Prevent new line indent
Browse files Browse the repository at this point in the history
Added comments (%) within the environment definition of sequencediagram in order to prevent indents.
  • Loading branch information
contrarianByte authored and hmenke committed May 28, 2020
1 parent 05668d2 commit 8766cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tex/latex/pgf-umlsd/pgf-umlsd.sty
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,10 @@ node
% the environment of sequence diagram
\newenvironment{sequencediagram}{
% declare layers
\pgfdeclarelayer{umlsd@background}
\pgfdeclarelayer{umlsd@threadlayer}
\pgfsetlayers{umlsd@background,umlsd@threadlayer,main}

\pgfdeclarelayer{umlsd@background}%
\pgfdeclarelayer{umlsd@threadlayer}%
\pgfsetlayers{umlsd@background,umlsd@threadlayer,main}%
%
\begin{tikzpicture}
\setlength{\unitlength}{1cm}
\tikzstyle{sequence}=[coordinate]
Expand Down

0 comments on commit 8766cc1

Please sign in to comment.