Skip to content

Commit c957848

Browse files
Copilotdkayiwa
andauthored
Restore missing trailing newlines in three files (#235)
* Initial plan * Restore trailing newlines in LegacyCatchAllController.java, PortletTag.java, and include.jsp Co-authored-by: dkayiwa <1390773+dkayiwa@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dkayiwa <1390773+dkayiwa@users.noreply.github.com>
1 parent a9ef84a commit c957848

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

omod/src/main/java/org/openmrs/web/controller/LegacyCatchAllController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ public void setPatientVisitsPortletController(Controller patientVisitsPortletCon
145145
public void setPersonFormEntryPortletController(Controller personFormEntryPortletController) {
146146
this.personFormEntryPortletController = personFormEntryPortletController;
147147
}
148-
}
148+
}

omod/src/main/java/org/openmrs/web/taglib/PortletTag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ public void setModuleId(String moduleId) {
271271
public String getUrl() {
272272
return url;
273273
}
274-
}
274+
}

omod/src/main/webapp/template/include.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<%@ taglib prefix="openmrs_tag" tagdir="/WEB-INF/tags/module/legacyui" %>
33
<%@ taglib prefix="fn" uri="jakarta.tags.functions" %>
44
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
5-
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
5+
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>

0 commit comments

Comments
 (0)