chore: format code

This commit is contained in:
Shinwoo Park 2021-05-15 15:46:44 +09:00
parent b5e09dc7a3
commit fe44fde3ef

View file

@ -127,11 +127,14 @@ crate mod source_code_pro {
} }
crate mod noto_sans_kr { 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"); 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. /// The file `noto-sans-kr-v13-korean-regular-LICENSE.txt`, the license text of the Noto Sans KR
crate static LICENSE: &[u8] = include_bytes!("static/noto-sans-kr-v13-korean-regular-LICENSE.txt"); /// font.
crate static LICENSE: &[u8] =
include_bytes!("static/noto-sans-kr-v13-korean-regular-LICENSE.txt");
} }
/// Files related to the sidebar in rustdoc sources. /// Files related to the sidebar in rustdoc sources.