fix identation

This commit is contained in:
igorbaptist4
2024-09-11 15:15:26 -03:00
committed by Tim Donohue
parent 25ab69ff21
commit 2a1ef02d75

View File

@@ -105,7 +105,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 {