From b11be9d079600f42a12b99cfea9f874c4d37161c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 29 Dec 2023 15:12:30 -0300 Subject: [PATCH] style: remove unneeded white space --- docs/static/js/carbon.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/static/js/carbon.js b/docs/static/js/carbon.js index 4b7ebae2..a9a56071 100644 --- a/docs/static/js/carbon.js +++ b/docs/static/js/carbon.js @@ -2,7 +2,6 @@ function attachAd() { var wrapper = document.getElementById('sidebar-ads'); if (wrapper) { - var el = document.createElement('script'); el.setAttribute('type', 'text/javascript'); el.setAttribute('id', '_carbonads_js');