From b8dfa6bcbcf836ffbf121e467ebc31bf7d60b095 Mon Sep 17 00:00:00 2001 From: Reshad Patuck Date: Tue, 1 Jun 2021 15:27:20 +0530 Subject: [PATCH] fix(moderncvheadiii.sty): remove /null at the end of the address header. (#60) This removes the unnecesary newline there. --- moderncvheadiii.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderncvheadiii.sty b/moderncvheadiii.sty index 68eed83..70df0c4 100644 --- a/moderncvheadiii.sty +++ b/moderncvheadiii.sty @@ -90,7 +90,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\\}% \ifthenelse{\isundefined{\@born}}{}{\addtomakeheaddetails{\bornsymbol\@born}}% \collectionloop{phones}{% the key holds the phone type (=symbol command prefix), the item holds the number \addtomakeheaddetails{\csname\collectionloopkey phonesymbol\endcsname\collectionloopitem}}%