fix style issue

This commit is contained in:
Christo Joby Antony 2024-10-18 12:12:12 +11:00
parent 7aaf9cb59a
commit 4170ea5081

View file

@ -41,6 +41,6 @@ public class PlacesLocalDataSource {
* Deletes a Place object from the database
* based on the provided entity.
*/
public void deletePlace(final Place place) {placeDao.deletePlace(place);}
public void deletePlace(final Place place) {placeDao.deletePlace(place);}
}