diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2022-10-14 03:33:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 03:33:54 +0200 |
commit | c4f7c9690393ef71ff4aa82b4a9e7fb22477bee5 (patch) | |
tree | 5da9759a55e19d74e98b610afdb57c766c703209 /templates/user | |
parent | Remove useless `appVer` from JS `window.config` (#21445) (diff) | |
download | forgejo-c4f7c9690393ef71ff4aa82b4a9e7fb22477bee5.tar.xz forgejo-c4f7c9690393ef71ff4aa82b4a9e7fb22477bee5.zip |
Run `make fmt` (#21437)
The only change is what `make fmt` did, I am merely a vessel for its
glorious function
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/code.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/code.tmpl b/templates/user/code.tmpl index 730d4dc9eb..ecd6aa566c 100644 --- a/templates/user/code.tmpl +++ b/templates/user/code.tmpl @@ -5,13 +5,13 @@ {{template "code/searchform" .}} <div class="ui divider"></div> <div class="ui user list"> - {{if .CodeIndexerUnavailable }} + {{if .CodeIndexerUnavailable}} <div class="ui error message"> <p>{{$.locale.Tr "explore.code_search_unavailable"}}</p> </div> {{else if .SearchResults}} <h3> - {{.locale.Tr "explore.code_search_results" (.Keyword|Escape) | Str2html }} + {{.locale.Tr "explore.code_search_results" (.Keyword|Escape) | Str2html}} </h3> {{template "code/searchresults" .}} {{else if .Keyword}} |