diff options
| author | Shinwoo Park <natural7530@gmail.com> | 2021-05-15 15:46:44 +0900 |
|---|---|---|
| committer | Shinwoo Park <natural7530@gmail.com> | 2021-05-15 15:46:44 +0900 |
| commit | fe44fde3ef7743e5af17d3a605fca062536c4b41 (patch) | |
| tree | 5e0b6bbd8a2d577fa0b022c109b5ee1022a3c3f6 | |
| parent | b5e09dc7a3ab4a5e81f850a529ad9adba16b3925 (diff) | |
| download | rust-fe44fde3ef7743e5af17d3a605fca062536c4b41.tar.gz rust-fe44fde3ef7743e5af17d3a605fca062536c4b41.zip | |
chore: format code
| -rw-r--r-- | src/librustdoc/html/static_files.rs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/librustdoc/html/static_files.rs b/src/librustdoc/html/static_files.rs index c44976f4790..ca7e5ef8150 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. |
