Skip to content

Commit bb651ac

Browse files
author
Clément Le Provost
committed
Fix compilation error (erroneous merge)
1 parent 8a179cb commit bb651ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Helpers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func logInit(object: AnyObject) {
4343
/// Log the termination ("de-initialization" in Swift terms) of an object.
4444
func logTerm(object: AnyObject) {
4545
print("<TERM> \(unsafeAddressOf(object)) (\(object.dynamicType)) \(object.description)")
46+
}
4647

4748
// MARK: - Collection shuffling
4849
// Taken from <http://stackoverflow.com/questions/24026510/how-do-i-shuffle-an-array-in-swift>.

0 commit comments

Comments
 (0)