Skip to content

Commit 6b647e6

Browse files
committed
Remove unnecessary semicolon
1 parent b2a4ec8 commit 6b647e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/app/components/identifier-info.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default Ember.Component.extend({
6666
this.set('downloadedDocumentation',hoogleDocs);
6767
}});
6868
});
69-
});;
69+
});
7070
}
7171
}
7272
})

0 commit comments

Comments
 (0)