Skip to content

Commit

Permalink
feat: Apply new coding style [DHIS2-18117]
Browse files Browse the repository at this point in the history
  • Loading branch information
muilpp committed Oct 31, 2024
1 parent 69310f9 commit a52f726
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ left join dataelement d using (dataelementid)
}

public void deleteEventChangeLog(Event event) {
String sql = """
String sql =
"""
DELETE FROM eventchangelog WHERE eventid = :eventid
""";
SqlParameterSource params = new MapSqlParameterSource().addValue("eventid", event.getId());
Expand Down

0 comments on commit a52f726

Please sign in to comment.