Rename files containing values

This commit is contained in:
Sergey Abramchuk
2017-04-26 17:37:07 +03:00
parent 73f0c12084
commit 9920737837
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
//
//
#import "OpenVPNConfigurationValues.h"
#import "OpenVPNValues.h"
#import "OpenVPNConfiguration.h"
#import "OpenVPNConfiguration+Internal.h"
@@ -314,7 +314,7 @@ using namespace openvpn;
}
- (NSDictionary<NSString *,NSString *> *)peerInfo {
if (_config.peerInfo.size() == 0) {
if (_config.peerInfo.empty()) {
return nil;
}