Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
Mozilla Public License 2.0
41
stars
5
forks
source link
Add `@discardableResult` to `setImage(with source: URL?, ...)` #277
Closed
pinarol closed 5 months ago
Closes #
Description
Let's add
@discardableResult
here too since the result is in fact discardable. The other public method (setImage( avatarID:...)
) already has it.Testing Steps
CI green.