Skip to content

Commit

Permalink
Removed unnecessary line break for the banking style xdanaux#52
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwernervt committed Sep 4, 2018
1 parent be530a2 commit 4ce1af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moderncvheadiii.sty
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
\ifthenelse{\isundefined{\@addressstreet}}{}{\addtomakeheaddetails{\addresssymbol\@addressstreet}%
\ifthenelse{\equal{\@addresscity}{}}{}{\addtomakeheaddetails[~--~]{\@addresscity}}% if \addresstreet is defined, \addresscity and \addresscountry will always be defined but could be empty
\ifthenelse{\equal{\@addresscountry}{}}{}{\addtomakeheaddetails[~--~]{\@addresscountry}}%
\flushmakeheaddetails\@firstmakeheaddetailselementtrue\\\null}%
\flushmakeheaddetails\@firstmakeheaddetailselementtrue\\}%
\collectionloop{phones}{% the key holds the phone type (=symbol command prefix), the item holds the number
\addtomakeheaddetails{\csname\collectionloopkey phonesymbol\endcsname\collectionloopitem}}%
\ifthenelse{\isundefined{\@email}}{}{\addtomakeheaddetails{\emailsymbol\emaillink{\@email}}}%
Expand Down

0 comments on commit 4ce1af0

Please sign in to comment.