Skip to content

Commit d320a23

Browse files
Clean up code
1 parent a85b541 commit d320a23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ let package = Package(
7878

7979
// HTTP
8080
.define("GIT_HTTPS"),
81-
.define("GIT_HTTPS_SECURETRANSPORT"),
81+
.define("GIT_HTTPS_SECURETRANSPORT"),
8282
.define("GIT_HTTPPARSER_BUILTIN"),
8383
.define("GIT_SECURE_TRANSPORT"),
84-
.define("USE_HTTPS", to: "SecureTransport"),
84+
.define("USE_HTTPS", to: "SecureTransport"),
8585

8686
// PCRE
8787
.define("GIT_REGEX_BUILTIN"),

0 commit comments

Comments
 (0)