From 161af0080c86226ae34ed0655cf37bc1ed472e97 Mon Sep 17 00:00:00 2001 From: Tobias Lounsbury Date: Wed, 7 Sep 2016 14:07:41 -0700 Subject: [PATCH] Added empty line before closing brace of class --- CRM/Utils/Geocode/Google.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/Geocode/Google.php b/CRM/Utils/Geocode/Google.php index 4dd734ceed..e9590dfdb1 100644 --- a/CRM/Utils/Geocode/Google.php +++ b/CRM/Utils/Geocode/Google.php @@ -161,4 +161,5 @@ class CRM_Utils_Geocode_Google { } } } + } -- 2.25.1