Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
(cherry picked from commit d7869f4)
  • Loading branch information
IgorBaptist4 authored and github-actions[bot] committed Dec 19, 2024
1 parent 5173b28 commit f8431db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f8431db

Please sign in to comment.