Add missing empty line in #reset_cache

This commit is contained in:
Matija Čupić 2018-01-04 19:14:37 +01:00
parent f834e2907d
commit 7d7d289b15
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ module Projects
else
flash[:error] = _("Unable to reset project cache.")
end
redirect_to project_pipelines_path(@project)
end