Skip to content

Commit 994afb5

Browse files
authored
fix extra semi (#1376)
1 parent 8afa7b3 commit 994afb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/modules

wrappers/obj-c/ODWSanitizer.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ @implementation ODWSanitizer
1818

1919
std::shared_ptr<Sanitizer> _sanitizerPtr;
2020

21-
+(void)initializeSanitizer:(ILogger *)logger withODWSanitizerInitConfig:(ODWSanitizerInitConfig *)initConfigObject;
21+
+(void)initializeSanitizer:(ILogger *)logger withODWSanitizerInitConfig:(ODWSanitizerInitConfig *)initConfigObject
2222
{
2323
if (_sanitizerPtr != nullptr)
2424
{

0 commit comments

Comments
 (0)