diff options
Diffstat (limited to 'MatrixRoomUtils.Core/RatelimitedHttpClient.cs')
-rw-r--r-- | MatrixRoomUtils.Core/RatelimitedHttpClient.cs | 2 |
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 { |