Skip to content

Commit

Permalink
Merge pull request #49 from amco/48_fix_import_statement
Browse files Browse the repository at this point in the history
Fix import statement
  • Loading branch information
SergeyKuryanov authored Jul 7, 2018
2 parents e91d725 + 22e002c commit 9d78b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librato-iOS/Metrics/LibratoMetric.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "LibratoMetric.h"
#import "NSString+ALMSanitizedForMetric.h"
#import "MTLValueTransformer.h"
#import <Mantle/MTLValueTransformer.h>

NSString *const LibratoMetricMeasureTimeKey = @"measure_time";
NSString *const LibratoMetricNameKey = @"name";
Expand Down

0 comments on commit 9d78b61

Please sign in to comment.