From 60fa69332e485223e0da902dc1abb0f30dfd2b81 Mon Sep 17 00:00:00 2001 From: Zsika Phillip Date: Tue, 19 Dec 2017 15:25:15 -0800 Subject: Internal code clean up (#584) Fixes indentation and removes unused imports. --- Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m') diff --git a/Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m b/Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m index d2c4a7c..71b4edd 100644 --- a/Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m +++ b/Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m @@ -16,8 +16,6 @@ #import "FIRVerifyPasswordResponse.h" -#import "FIRAuthErrorUtils.h" - @implementation FIRVerifyPasswordResponse - (BOOL)setWithDictionary:(NSDictionary *)dictionary -- cgit v1.2.3