Skip to content

Commit f749de1

Browse files
authored
Update modules/setting/setting.go
1 parent 103745c commit f749de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/setting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ func NewContext() {
557557
if !filepath.IsAbs(CertFile) && len(CertFile) > 0 {
558558
CertFile = filepath.Join(CustomPath, CertFile)
559559
}
560-
if !filepath.IsAbs(KeyFile) && len(KeyFile) > 0{
560+
if !filepath.IsAbs(KeyFile) && len(KeyFile) > 0 {
561561
KeyFile = filepath.Join(CustomPath, KeyFile)
562562
}
563563
case "fcgi":

0 commit comments

Comments
 (0)