Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary line break in app.blade.php layout file. #11

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

thejmitchener
Copy link
Member

@thejmitchener thejmitchener commented Nov 14, 2024

Removes an unnecessary line break in the app.blade.php layout file. The extra line break before the closing </body> and </html> tags does not contribute to the functionality or readability of the code and can be considered a minor formatting issue.

By cleaning up this layout file, we promote a cleaner and more consistent codebase. While this change may seem trivial, maintaining clean code is crucial for long-term maintainability and collaboration within the team. This small adjustment contributes to our ongoing efforts to ensure that our code is tidy and adheres to best practices.

@thejmitchener thejmitchener enabled auto-merge (squash) November 14, 2024 17:40
@thejmitchener thejmitchener merged commit a87b1b3 into main Nov 14, 2024
7 checks passed
@thejmitchener thejmitchener deleted the more-testing branch November 14, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant