From 09865b3e2e0a60df3fe907fcf67de777f0a1219b Mon Sep 17 00:00:00 2001 From: oscarpocock Date: Thu, 7 Jul 2022 12:27:30 +0100 Subject: [PATCH] Fixed worknolocation number of args --- cv.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv.cls b/cv.cls index 78954a3..4550193 100644 --- a/cv.cls +++ b/cv.cls @@ -70,7 +70,7 @@ {\faBriefcase\ \textbf{#1} at #2, \faMapMarker\ #3 \hfill #4}\\ } -\newcommand{\worknolocation}[4]{% +\newcommand{\worknolocation}[2]{% \vspace{0.5\baselineskip} % Whitespace before the section title {\faBriefcase\ \textbf{#1} \hfill #2}\\ }