Run CLANGFORMAT on SonarKitTests

Summary: This diff runs CLANGFORMAT lint on SonarKitTests. I have added CLANGFORMAT as the lint engined for objc files in xplat/sonar. Right now the iOS folder is not formatted according to CLANGFORMAT.

Reviewed By: cekkaewnumchai

Differential Revision: D19942169

fbshipit-source-id: d4a51dd4ffba3acb30177345c51eb469124f9f5f
This commit is contained in:
Pritesh Nandgaonkar
2020-02-17 10:46:43 -08:00
committed by Facebook Github Bot
parent 0e4250b4af
commit 7db8d300a8

View File

@@ -17,7 +17,7 @@
@implementation FlipperClientTests
- (void)testStartingClientDoesntCrashOrHang {
FlipperClient *client = [FlipperClient sharedClient];
FlipperClient* client = [FlipperClient sharedClient];
[client start];
}