Skip to content

Commit 2968e17

Browse files
Debug: force change in .mm file
Relates-To: MINOR
1 parent 744cb1b commit 2968e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olp-cpp-sdk-core/src/http/ios/OLPNetworkIOS.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
constexpr auto kLogTag = "OLPNetworkIOS";
4242

43-
NSMutableDictionary* ParseHeadersDictionaryFromRequest(
43+
NSMutableDictionary* ParseHeadersDictionaryFromRequest (
4444
const olp::http::NetworkRequest& request) {
4545
NSMutableDictionary* headers = [[NSMutableDictionary alloc] init];
4646

0 commit comments

Comments
 (0)