diff --git a/src/librustdoc/html/static_files.rs b/src/librustdoc/html/static_files.rs
index c44976f4790d..ca7e5ef81508 100644
--- a/src/librustdoc/html/static_files.rs
+++ b/src/librustdoc/html/static_files.rs
@@ -127,11 +127,14 @@ crate mod source_code_pro {
}
crate mod noto_sans_kr {
- /// The file `noto-sans-kr-v13-korean-regular.woff`, the Regular variant of the Noto Sans KR font.
+ /// The file `noto-sans-kr-v13-korean-regular.woff`, the Regular variant of the Noto Sans KR
+ /// font.
crate static REGULAR: &[u8] = include_bytes!("static/noto-sans-kr-v13-korean-regular.woff");
- /// The file `noto-sans-kr-v13-korean-regular-LICENSE.txt`, the license text of the Noto Sans KR font.
- crate static LICENSE: &[u8] = include_bytes!("static/noto-sans-kr-v13-korean-regular-LICENSE.txt");
+ /// The file `noto-sans-kr-v13-korean-regular-LICENSE.txt`, the license text of the Noto Sans KR
+ /// font.
+ crate static LICENSE: &[u8] =
+ include_bytes!("static/noto-sans-kr-v13-korean-regular-LICENSE.txt");
}
/// Files related to the sidebar in rustdoc sources.