From 1e140cf700ef61851dade3d8d89c0711a4c8383a Mon Sep 17 00:00:00 2001 From: Justin Foell Date: Mon, 1 Apr 2013 07:56:03 -0500 Subject: [PATCH] Fixed another syntax error in SOMMetric --- lib/SOMMetric.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/SOMMetric.class.php b/lib/SOMMetric.class.php index 9d64678..0828c67 100644 --- a/lib/SOMMetric.class.php +++ b/lib/SOMMetric.class.php @@ -44,3 +44,4 @@ class WPStrava_SOMMetric extends WPStrava_SOM { public function get_elevation_label() { return __( 'meters', 'wp-strava' ); } +} \ No newline at end of file