Skip to content

Commit

Permalink
Merge pull request #825 from ahoppen/soundess
Browse files Browse the repository at this point in the history
Address two soundness issues
  • Loading branch information
ahoppen authored Sep 30, 2024
2 parents 9fb082f + 77edc43 commit 83a6ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-commits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ -z "$SWIFT_SYNTAX_TAG" || -z "$SWIFT_FORMAT_VERSION" ]]; then
fi

# Without this, we can't perform git operations in GitHub actions.
git config --global --add safe.directory $(realpath .)
git config --global --add safe.directory "$(realpath .)"

git config --local user.name 'swift-ci'
git config --local user.email '[email protected]'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SwiftFormat

/// Sanity checks and regression tests for the `respectsExistingLineBreaks` configuration setting
/// Basic checks and regression tests for the `respectsExistingLineBreaks` configuration setting
/// in both true and false states.
final class RespectsExistingLineBreaksTests: PrettyPrintTestCase {
func testExpressions() {
Expand Down

0 comments on commit 83a6ed9

Please sign in to comment.