File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
SwiftUI-WorkoutApp/Screens/SportsGrounds/Detail Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ chmod +x SwiftUI-WorkoutApp/githooks/pre-commit
6464``` shell
6565rbenv exec fastlane snapshot
6666```
67- 4 . Готовые скриншоты сохраняются в папке [ screenshots/ru ] ( ./screenshots/ru )
67+ 4 . Готовые скриншоты сохраняются в папке [ screenshots] ( ./screenshots )
6868
6969| Список площадок | Площадка | Прошедшие мероприятия | Мероприятие | Профиль |
7070| --- | --- | --- | --- | --- |
@@ -77,7 +77,7 @@ rbenv exec fastlane snapshot
7777- 4.7 дюйма: iPhone SE (3rd generation)
7878
7979### Форматирование кода
80- - Используем [ swiftformat (0.52.8 )] ( https://github.com/nicklockwood/SwiftFormat ) для форматирования кода
80+ - Используем [ swiftformat (0.52.10 )] ( https://github.com/nicklockwood/SwiftFormat ) для форматирования кода
8181- Правила форматирования перечислены в файле [ .swiftformat] ( .swiftformat )
8282- Все правила можно найти [ тут] ( https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md )
8383
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ private extension SportsGroundDetailView {
391391 deleteGroundTask
392392 ] . forEach { $0? . cancel ( ) }
393393 }
394-
394+
395395 func process( _ error: Error ) {
396396 if error. localizedDescription. contains ( " 404 " ) {
397397 // Похоже, был запрос данных о несуществующей площадке
You can’t perform that action at this time.
0 commit comments