Passed
Push — develop ( dc4166...c2d6d8 )
by Greg
12:30
created
app/Services/GedcomImportService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
                 case 'SEX':
170 170
                     $data = strtoupper($data);
171 171
                     break;
172
-             }
172
+                }
173 173
             // Suppress "Y", for facts/events with a DATE or PLAC
174 174
             if ($data === 'y') {
175 175
                 $data = 'Y';
Please login to merge, or discard this patch.