diff --git a/Classes/MMPReactiveCoreLocation.m b/Classes/MMPReactiveCoreLocation.m index 13071b4..5528023 100644 --- a/Classes/MMPReactiveCoreLocation.m +++ b/Classes/MMPReactiveCoreLocation.m @@ -7,7 +7,7 @@ // #import "MMPReactiveCoreLocation.h" -#import +#import #ifdef DEBUG # define MMPRxCL_LOG(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);