From 2eb48510e7c142399dd2a00498f837067a1a2fe5 Mon Sep 17 00:00:00 2001 From: wynonaK <35650845+wynonaK@users.noreply.github.com> Date: Mon, 26 Mar 2018 15:14:30 +0800 Subject: [PATCH] Removed trailing whitespace from appointmentbuilder line 68. --- src/test/java/seedu/address/testutil/AppointmentBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/seedu/address/testutil/AppointmentBuilder.java b/src/test/java/seedu/address/testutil/AppointmentBuilder.java index bcefeac566d4..fc95ffed1a57 100644 --- a/src/test/java/seedu/address/testutil/AppointmentBuilder.java +++ b/src/test/java/seedu/address/testutil/AppointmentBuilder.java @@ -65,7 +65,7 @@ public AppointmentBuilder withPetPatientName(String petPatientName) { } /** - * Parses the {@code appointmentTags} into a {@code Set} + * Parses the {@code appointmentTags} into a {@code Set} * and set it to the {@code Appointment} that we are building. */ public AppointmentBuilder withAppointmentTags(String ... appointmentTags) {