Skip to content

Commit

Permalink
Fix import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKuryanov committed Jul 7, 2018
1 parent e91d725 commit 22e002c
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 22e002c

Please sign in to comment.