]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/js/scrape-examples.js
Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelix
[rust.git] / src / librustdoc / html / static / js / scrape-examples.js
index 7b9d86a851b1983039b8166979c64a0afb616319..fd7a1449763eb14fc1a74345664baeb05025028b 100644 (file)
@@ -2,7 +2,7 @@
 
 "use strict";
 
-(function () {
+(function() {
     // Number of lines shown when code viewer is not expanded
     const MAX_LINES = 10;