Fixed worknolocation number of args
This commit is contained in:
parent
9a012a5b4a
commit
09865b3e2e
1 changed files with 1 additions and 1 deletions
2
cv.cls
2
cv.cls
|
@ -70,7 +70,7 @@
|
||||||
{\faBriefcase\ \textbf{#1} at #2, \faMapMarker\ #3 \hfill #4}\\
|
{\faBriefcase\ \textbf{#1} at #2, \faMapMarker\ #3 \hfill #4}\\
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\worknolocation}[4]{%
|
\newcommand{\worknolocation}[2]{%
|
||||||
\vspace{0.5\baselineskip} % Whitespace before the section title
|
\vspace{0.5\baselineskip} % Whitespace before the section title
|
||||||
{\faBriefcase\ \textbf{#1} \hfill #2}\\
|
{\faBriefcase\ \textbf{#1} \hfill #2}\\
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue