diff options
author | Richard Mahn <richmahn@users.noreply.github.com> | 2019-04-01 11:27:40 -0400 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-04-01 23:27:40 +0800 |
commit | 4e3ce71ac989e8d555a49e057203e0185243656e (patch) | |
tree | 20916f60d26976bb97a362a65bc24867674330f9 /templates | |
parent | dbba46c2161c673b7818b6602ea2fb4efffe224e (diff) | |
download | gitea-4e3ce71ac989e8d555a49e057203e0185243656e.tar.gz gitea-4e3ce71ac989e8d555a49e057203e0185243656e.zip |
Fies #6468 - Uses space match and adds newline for all sed flavors (#6473)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 550b2fc90a..78305ba3e1 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -9222,4 +9222,4 @@ "SudoHeader": [] } ] -}
\ No newline at end of file +} |