mirror of https://github.com/stashapp/stash.git
Fix whitespace
This commit is contained in:
parent
195158db8b
commit
6d71663f99
|
@ -57,7 +57,7 @@ func makeConfigInterfaceResult() *models.ConfigInterfaceResult {
|
||||||
showStudioAsText := config.GetShowStudioAsText()
|
showStudioAsText := config.GetShowStudioAsText()
|
||||||
css := config.GetCSS()
|
css := config.GetCSS()
|
||||||
cssEnabled := config.GetCSSEnabled()
|
cssEnabled := config.GetCSSEnabled()
|
||||||
language := config.GetLanguage()
|
language := config.GetLanguage()
|
||||||
|
|
||||||
|
|
||||||
return &models.ConfigInterfaceResult{
|
return &models.ConfigInterfaceResult{
|
||||||
|
|
Loading…
Reference in New Issue