about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/RatelimitedHttpClient.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MatrixRoomUtils.Core/RatelimitedHttpClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Core/RatelimitedHttpClient.cs b/MatrixRoomUtils.Core/RatelimitedHttpClient.cs

index f4ad9c9..61eab07 100644 --- a/MatrixRoomUtils.Core/RatelimitedHttpClient.cs +++ b/MatrixRoomUtils.Core/RatelimitedHttpClient.cs
@@ -1,4 +1,4 @@ -namespace MatrixRoomUtils; +namespace MatrixRoomUtils.Core; public class RatelimitedHttpClient : HttpClient {