Skip to content

Commit

Permalink
Merge pull request #3 from adamnemecek/master
Browse files Browse the repository at this point in the history
A bunch of formatting
  • Loading branch information
lemire committed May 19, 2022
2 parents 29ae619 + 5b83f40 commit c8c79f2
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 552 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ let package = Package(
),
.target(
name: "SwiftRoaring",
dependencies:["croaring"]
dependencies: ["croaring"]
),
.testTarget(
name: "swiftRoaringTests",
dependencies:["SwiftRoaring"]
dependencies: ["SwiftRoaring"]
)
]
)
Loading

0 comments on commit c8c79f2

Please sign in to comment.