Skip to content

Commit 995dd51

Browse files
committed
Remove unused param
1 parent 57ab51c commit 995dd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ - (void)swizzleFlight
856856
{
857857
[MSIDTestSwizzle instanceMethod:@selector(boolForKey:)
858858
class:[MSIDFlightManager class]
859-
block:(id)^(id obj,NSString *flightKey)
859+
block:(id)^(NSString *flightKey)
860860
{
861861
if ([flightKey isEqualToString:MSID_FLIGHT_ENABLE_QUERYING_STK])
862862
{

0 commit comments

Comments
 (0)