Skip to content

Commit a120bff

Browse files
committed
Lint
1 parent d75e422 commit a120bff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Source/common/SNTRuleTest.mm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ - (void)testRuleDictionaryRepresentation {
285285
@"custom_msg" : @"A custom block message",
286286
@"custom_url" : @"https://example.com",
287287
@"comment" : @"",
288-
@"cel_expr": @"",
288+
@"cel_expr" : @"",
289289
};
290290

291291
SNTRule *sut = [[SNTRule alloc] initWithDictionary:expectedTeamID error:nil];
@@ -299,7 +299,7 @@ - (void)testRuleDictionaryRepresentation {
299299
@"custom_msg" : @"",
300300
@"custom_url" : @"",
301301
@"comment" : @"",
302-
@"cel_expr": @"",
302+
@"cel_expr" : @"",
303303
};
304304

305305
sut = [[SNTRule alloc] initWithDictionary:expectedBinary error:nil];
@@ -315,7 +315,7 @@ - (void)testRuleStateToPolicyString {
315315
@"rule_type" : @"BINARY",
316316
@"custom_msg" : @"A custom block message",
317317
@"custom_url" : @"https://example.com",
318-
@"cel_expr": @"",
318+
@"cel_expr" : @"",
319319
};
320320

321321
SNTRule *sut = [[SNTRule alloc] initWithDictionary:expected error:nil];
@@ -336,7 +336,7 @@ - (void)testKeyCaseForInitWithDictionary {
336336
for (NSString *key in
337337
@[ kRulePolicy, kRuleIdentifier, kRuleType, kRuleCustomMsg, kRuleCustomURL, kRuleComment ]) {
338338
NSDictionary *expected = @{
339-
@"cel_expr": @"",
339+
@"cel_expr" : @"",
340340
@"identifier" : @"84de9c61777ca36b13228e2446d53e966096e78db7a72c632b5c185b2ffe68a6",
341341
@"policy" : @"ALLOWLIST",
342342
@"rule_type" : @"BINARY",

0 commit comments

Comments
 (0)