Skip to content

Commit f8431db

Browse files
IgorBaptist4github-actions[bot]
authored andcommitted
fix identation
(cherry picked from commit d7869f4)
1 parent 5173b28 commit f8431db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/item-page/field-components/metadata-values/metadata-values.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export class MetadataValuesComponent implements OnChanges {
139139
* This method performs a validation and determines the target of the url.
140140
* @returns - Returns the target url.
141141
*/
142-
getLinkAttributes(urlValue: string): { target: string, rel: string } {
142+
getLinkAttributes(urlValue: string): { target: string, rel: string } {
143143
if (this.hasInternalLink(urlValue)) {
144144
return { target: '_self', rel: '' };
145145
} else {

0 commit comments

Comments
 (0)