From 6b647e644625a999cf1b072700fcc132939face8 Mon Sep 17 00:00:00 2001
From: alexwl <alexey.a.kiryushin@gmail.com>
Date: Wed, 24 Apr 2019 21:08:40 +0300
Subject: Remove unnecessary semicolon

---
 javascript/app/components/identifier-info.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'javascript/app')

diff --git a/javascript/app/components/identifier-info.js b/javascript/app/components/identifier-info.js
index bb859be..0e870a2 100644
--- a/javascript/app/components/identifier-info.js
+++ b/javascript/app/components/identifier-info.js
@@ -66,7 +66,7 @@ export default Ember.Component.extend({
                     this.set('downloadedDocumentation',hoogleDocs);
                   }});
               });
-          });;
+          });
       }
     }
   })
-- 
cgit v1.2.3