Skip to content

Commit 368eaba

Browse files
committed
Update storage.js remove extra semi
1 parent 5628a65 commit 368eaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/js/storage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function updateSidebarWidth() {
209209
srcSidebarWidth + "px"
210210
);
211211
}
212-
};
212+
}
213213
updateSidebarWidth();
214214

215215
// If we navigate away (for example to a settings page), and then use the back or

0 commit comments

Comments
 (0)