Update formatting android/src/com/mapswithme/maps/widget/placepage/PlaceOpeningHoursAdapter.java

Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
Sergiy Kozyr 2022-02-14 14:09:52 +02:00 committed by Viktor Govako
parent c24105a0a5
commit 3ad0bc5c9f

View file

@ -37,7 +37,7 @@ public class PlaceOpeningHoursAdapter extends RecyclerView.Adapter<PlaceOpeningH
final List<WeekScheduleData> scheduleData = new ArrayList<>();
// Timetables array contains only working days. We need to fill non-working gaps.
for (int i=0; i < weekDays.length; i++)
for (int i = 0; i < weekDays.length; i++)
{
int weekDay = weekDays[i];