about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Melentyev <alexander.melentyev@icloud.com>2021-06-21 12:11:37 +0300
committerAlexander Melentyev <alexander.melentyev@icloud.com>2021-06-21 12:11:37 +0300
commit71f01d197411fc7a9b3509cbf566720eabdf8d92 (patch)
tree77abb29f5d756bfec3f492031ec632417d12c22b /docs
parent58c63cf8dec2b7d97667932c17248f774dd6e1ab (diff)
downloadrust-71f01d197411fc7a9b3509cbf566720eabdf8d92.tar.gz
rust-71f01d197411fc7a9b3509cbf566720eabdf8d92.zip
Delete spaces
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index 2a12da3881f..56d1917e2b6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -85,7 +85,7 @@
                 outputHtml() {
                   const ast = this.configurationDescriptions
                                   .filter(({ head, text, stable }) => {
-                                    
+
                                     if (
                                       text.includes(this.searchCondition) === false &&
                                       head.includes(this.searchCondition) === false
@@ -105,7 +105,7 @@
               },
               created: async function() {
                 const res = await axios.get(ConfigurationMdUrl);
-                const { 
+                const {
                   about,
                   configurationAbout,
                   configurationDescriptions
@@ -144,7 +144,7 @@
                   const lastIndex = stack.length - 1;
                   stack[lastIndex].push(next);
                   return stack;
-                }, 
+                },
                 [[]]);
               });
             }
@@ -179,7 +179,7 @@
                 configurationAbout, ...configurationDescriptions
               ] = configurations;
               configurationAbout.value.links = {};
-              
+
               return {
                 about,
                 configurationAbout: configurationAbout.value,