TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.29k forks source link

Remove trailing semi-colon #1972

Closed sdefresne closed 3 years ago

sdefresne commented 3 years ago

Having a semi-colon between a method parameters list and a method body is not supported (usually it is due to a copy and paste error while creating the method definition from its declaration).

Fixes the following compilation warnings when building with -Wsemicolon-before-method-body (which is part of -Wextra):

ASPINRemoteImageDownloader.mm:230:85: error: semicolon before method body is ignored [-Werror,-Wsemicolon-before-method-body]

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.