Skip to content

Commit fe44fde

Browse files
author
Shinwoo Park
committed
chore: format code
1 parent b5e09dc commit fe44fde

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/librustdoc/html/static_files.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,14 @@ crate mod source_code_pro {
127127
}
128128

129129
crate mod noto_sans_kr {
130-
/// The file `noto-sans-kr-v13-korean-regular.woff`, the Regular variant of the Noto Sans KR font.
130+
/// The file `noto-sans-kr-v13-korean-regular.woff`, the Regular variant of the Noto Sans KR
131+
/// font.
131132
crate static REGULAR: &[u8] = include_bytes!("static/noto-sans-kr-v13-korean-regular.woff");
132133

133-
/// The file `noto-sans-kr-v13-korean-regular-LICENSE.txt`, the license text of the Noto Sans KR font.
134-
crate static LICENSE: &[u8] = include_bytes!("static/noto-sans-kr-v13-korean-regular-LICENSE.txt");
134+
/// The file `noto-sans-kr-v13-korean-regular-LICENSE.txt`, the license text of the Noto Sans KR
135+
/// font.
136+
crate static LICENSE: &[u8] =
137+
include_bytes!("static/noto-sans-kr-v13-korean-regular-LICENSE.txt");
135138
}
136139

137140
/// Files related to the sidebar in rustdoc sources.

0 commit comments

Comments
 (0)