You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-24 17:56:45 +02:00
Bump dprint plugins to their latest versions (#2402)
This commit is contained in:
@ -13,12 +13,12 @@
|
||||
instructorMenuList.insertBefore(redBoxItem, instructorMenuList.lastChild);
|
||||
instructorMenuList.insertBefore(
|
||||
playgroundStateItem,
|
||||
instructorMenuList.lastChild
|
||||
instructorMenuList.lastChild,
|
||||
);
|
||||
redBoxItem.insertBefore(redBoxButton, redBoxItem.lastChild);
|
||||
playgroundStateItem.insertBefore(
|
||||
playgroundStateButton,
|
||||
playgroundStateItem.lastChild
|
||||
playgroundStateItem.lastChild,
|
||||
);
|
||||
|
||||
instructorMenu.title = "Utilities for course instructors";
|
||||
@ -66,6 +66,6 @@
|
||||
var playgroundStateButton = document.getElementById("playground-state");
|
||||
redBoxButton.addEventListener("click", () => window.redboxButtonClicked());
|
||||
playgroundStateButton.addEventListener("click", () =>
|
||||
window.resetPlaygroundsClicked()
|
||||
window.resetPlaygroundsClicked(),
|
||||
);
|
||||
})();
|
||||
|
Reference in New Issue
Block a user