about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/MatrixEventAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix.EventTypes/MatrixEventAttribute.cs')
-rw-r--r--LibMatrix.EventTypes/MatrixEventAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix.EventTypes/MatrixEventAttribute.cs b/LibMatrix.EventTypes/MatrixEventAttribute.cs
index baa88ff..5f06cec 100644
--- a/LibMatrix.EventTypes/MatrixEventAttribute.cs
+++ b/LibMatrix.EventTypes/MatrixEventAttribute.cs
@@ -4,4 +4,4 @@ namespace LibMatrix.EventTypes;
 public class MatrixEventAttribute : Attribute {
     public required string EventName { get; set; }
     public bool Legacy { get; set; }
-}
+}
\ No newline at end of file