diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/icons-components/LinkIcon.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/icons-components/LinkIcon.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/icons-components/LinkIcon.tsx b/server/sonar-web/src/main/js/components/icons-components/LinkIcon.tsx index 80cc7765a52..cbbb2606f69 100644 --- a/server/sonar-web/src/main/js/components/icons-components/LinkIcon.tsx +++ b/server/sonar-web/src/main/js/components/icons-components/LinkIcon.tsx @@ -25,7 +25,6 @@ interface Props { } export default function LinkIcon({ className, size = 14 }: Props) { - /* eslint-disable max-len */ return ( <svg xmlns="http://www.w3.org/2000/svg" |