This is an automated email from the ASF dual-hosted git repository.

zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c01bff79 [MINOR] fix(docs): Fixing formatting error (#2452)
9c01bff79 is described below

commit 9c01bff7929078e050d1fbf12358c92e9f0a0d6f
Author: Andras Salamon <[email protected]>
AuthorDate: Tue Apr 22 10:31:18 2025 +0200

    [MINOR] fix(docs): Fixing formatting error (#2452)
    
    ### What changes were proposed in this pull request?
    
    Formatting fix.
    
    ### Why are the changes needed?
    
    Github gives the following error:
    
    ```
    Error in user YAML: (<unknown>): could not find expected ':' while scanning 
a simple key at line 6 column 1
    ```
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Checked the markdown in github.
---
 docs/dashboard_guide.md | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/docs/dashboard_guide.md b/docs/dashboard_guide.md
index 324c17333..cb5d233fd 100644
--- a/docs/dashboard_guide.md
+++ b/docs/dashboard_guide.md
@@ -4,18 +4,20 @@ displayTitle: Dashboard Guide
 title: Dashboard Guide
 description: Dashboard Guide
 license: |
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
 ---
 # Dashboard Guide
 

Reply via email to