Skip to content

Commit

Permalink
Removed redundant switch case
Browse files Browse the repository at this point in the history
  • Loading branch information
svoit committed Apr 11, 2018
1 parent 1f70ba8 commit e6c674e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFNetworking/AFSecurityPolicy.m
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ - (BOOL)evaluateServerTrust:(SecTrustRef)serverTrust
}
return trustedPublicKeyCount > 0;
}
case AFSSLPinningModeNone:
default:
return NO;
}
Expand Down

0 comments on commit e6c674e

Please sign in to comment.