removing useless whitespace

This commit is contained in:
Julien Neuhart
2019-09-30 15:53:48 +02:00
parent 1abc4d0365
commit fef16f6b28

View File

@@ -36,7 +36,6 @@ func contextMiddleware(config conf.Config) echo.MiddlewareFunc {
err = doCleanup(ctx, err)
err = doErr(ctx, err)
return ctx.LogRequestResult(err, false)
}
return next(ctx)
}