chore: prettier all codes (#10240)

This commit is contained in:
neverland
2022-01-25 14:42:35 +08:00
committed by GitHub
parent 8bc55c8b32
commit 969f0a7b41
12 changed files with 34 additions and 35 deletions
+2 -3
View File
@@ -18,10 +18,9 @@
<% if (baiduAnalytics) { %>
<script>
var _hmt = _hmt || [];
(function() {
(function () {
var hm = document.createElement('script');
hm.src =
'https://hm.baidu.com/hm.js?<%= baiduAnalytics.seed %>';
hm.src = 'https://hm.baidu.com/hm.js?<%= baiduAnalytics.seed %>';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();