Passed
Push — main ( da7adf...35e7ad )
by Greg
05:55
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.