Skip to content
This repository was archived by the owner on Oct 14, 2018. It is now read-only.

Commit bdb18bb

Browse files
committed
Removes carriage return
1 parent 773a3c8 commit bdb18bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/Instagram.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,7 @@ public class Instagram {
454454
/// to your own user.
455455

456456
public func like(media mediaId: String, failure: FailureHandler? = nil) {
457-
request("/media/\(mediaId)/likes", method: .post, success: { (_: InstagramResponse<Any?>) in return },
458-
failure: failure)
457+
request("/media/\(mediaId)/likes", method: .post, success: { (_: InstagramResponse<Any?>) in return }, failure: failure)
459458
}
460459

461460
/// Remove a like on this media by the currently authenticated user.

0 commit comments

Comments
 (0)