line spacing to make style happy
authorAndrew Hunt <andrew@aghstrategies.com>
Fri, 6 Feb 2015 21:15:27 +0000 (16:15 -0500)
committerAndrew Hunt <andrew@aghstrategies.com>
Fri, 6 Feb 2015 21:15:27 +0000 (16:15 -0500)
CRM/Core/PseudoConstant.php

index 979cf9e5b551ff05d48858bc22082215fa4dec16..ef168552fc5715d136b0d0d4fdbc7d143f06388c 100644 (file)
@@ -292,9 +292,11 @@ class CRM_Core_PseudoConstant {
           case 'state_province_id':
             $params['labelColumn'] = 'abbreviation';
             break;
+
           case 'country_id':
             $params['labelColumn'] = 'iso_code';
             break;
+
           default:
         }
       }