Insane line length detected (#4813)
Summary: Lintian, the Debian package checker complains about insane-line-length-in-source-file. Line length is 278 characters (>256) Please see here the error: https://salsa.debian.org/mariadb-team/mariadb-10.3/-/jobs/95739 Pull Request resolved: https://github.com/facebook/rocksdb/pull/4813 Differential Revision: D13539183 Pulled By: miasantreble fbshipit-source-id: 28ad31d1bf23a076b9e4fc9ff62fb0b4c63a65f6main
parent
80bf8975fd
commit
ca32fc1718
@ -1,4 +1,11 @@ |
|||||||
<div class="pluginWrapper twitterSharePlugin"> |
<div class="pluginWrapper twitterSharePlugin"> |
||||||
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="{{ site.title| replace: ' ', '' }}">Tweet</a> |
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="{{ site.title| replace: ' ', '' }}">Tweet</a> |
||||||
</div> |
</div> |
||||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> |
<script>!function(d,s,id){ |
||||||
|
var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https'; |
||||||
|
if(!d.getElementById(id)){js=d.createElement(s); |
||||||
|
js.id=id;js.src=p+'://platform.twitter.com/widgets.js'; |
||||||
|
fjs.parentNode.insertBefore(js,fjs); |
||||||
|
} |
||||||
|
}(document, 'script', 'twitter-wjs'); |
||||||
|
</script> |
||||||
|
Loading…
Reference in new issue