forked from lda/telodendria
Formatting.
This commit is contained in:
parent
c0bd70a391
commit
88a11650cf
1 changed files with 3 additions and 3 deletions
|
@ -456,7 +456,7 @@ MatrixAuthenticate(HttpServerContext * context, Db * db)
|
|||
}
|
||||
|
||||
HashMap *
|
||||
MatrixRateLimit(HttpServerContext *context, Db *db)
|
||||
MatrixRateLimit(HttpServerContext * context, Db * db)
|
||||
{
|
||||
/* TODO: Implement rate limiting */
|
||||
(void) context;
|
||||
|
|
Loading…
Reference in a new issue