diff options
Diffstat (limited to 'MatrixRoomUtils.Core/Room.cs')
-rw-r--r-- | MatrixRoomUtils.Core/Room.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Core/Room.cs b/MatrixRoomUtils.Core/Room.cs index 2a5abb4..44364c6 100644 --- a/MatrixRoomUtils.Core/Room.cs +++ b/MatrixRoomUtils.Core/Room.cs @@ -1,7 +1,7 @@ using System.Net.Http.Json; using System.Text.Json; -namespace MatrixRoomUtils; +namespace MatrixRoomUtils.Core; public class Room { |