Skip to content

Commit 6d1415b

Browse files
committed
Fix tab-indentation
1 parent 467dd59 commit 6d1415b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimpleSAML/Metadata/SAMLParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ private function getMetadataCommon(): array
479479
// add contact metadata
480480
if (!empty($this->contacts)) {
481481
$ret['contacts'] = $this->contacts;
482-
}
482+
}
483483

484484
return $ret;
485485
}

0 commit comments

Comments
 (0)