delete all duplicate empty blanks

Signed-off-by: Xiang Dai <764524258@qq.com>
This commit is contained in:
Xiang Dai
2019-02-21 10:53:33 +08:00
parent 994f6ac101
commit d4bbcc0cfb
14 changed files with 24 additions and 24 deletions

View File

@@ -67,7 +67,7 @@ services:
dns: 114.114.114.114
volumes:
drone-data:
drone-data:
```
替换 `${SSL_PATH}` 为你网站的 SSL 证书路径。
@@ -117,7 +117,7 @@ package main
import "fmt"
func main(){
func main(){
fmt.Printf("Hello World!");
}
```