Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR applies formatting-only updates across UI tests, unit tests, and several core app/UI files to standardize indentation and line wrapping.
Changes:
- Reindented XCTest UI/unit test files to consistent 2-space indentation.
- Reformatted SwiftUI and core manager/service code (line wrapping, brace placement, argument formatting).
- Minor whitespace/line-break adjustments in multi-line string literals and chained expressions.
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Dayflow/DayflowUITests/DayflowUITestsLaunchTests.swift | Indentation/whitespace formatting only. |
| Dayflow/DayflowUITests/DayflowUITests.swift | Indentation/whitespace formatting only. |
| Dayflow/DayflowTests/TimeParsingTests.swift | Added spacing + consistent indentation; no logic changes. |
| Dayflow/Dayflow/Views/UI/ChatView.swift | Wrapped long SwiftUI calls and minor formatting in analytics props/key retrieval. |
| Dayflow/Dayflow/Core/Recording/StorageManager.swift | Formatting around guard and chained filter/sort expressions. |
| Dayflow/Dayflow/Core/Analysis/AnalysisManager.swift | Formatting for wrapped expressions and a wrapped function signature. |
| Dayflow/Dayflow/Core/AI/DashboardChatMemoryStore.swift | Formatting of chained normalization expression. |
| Dayflow/Dayflow/Core/AI/ChatService.swift | Formatting of function signature, multi-line string section, ternary wrapping, and wrapped if let call. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.