1
0

fix identation

This commit is contained in:
igorbaptist4
2024-09-11 15:15:26 -03:00
parent 0ef2db146b
commit d7869f408e

View File

@@ -139,7 +139,7 @@ export class MetadataValuesComponent implements OnChanges {
* This method performs a validation and determines the target of the url.
* @returns - Returns the target url.
*/
getLinkAttributes(urlValue: string): { target: string, rel: string } {
getLinkAttributes(urlValue: string): { target: string, rel: string } {
if (this.hasInternalLink(urlValue)) {
return { target: '_self', rel: '' };
} else {