aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/NotificationDaemon.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/NotificationDaemon.cs b/ShiftOS_TheReturn/NotificationDaemon.cs
index 1737be3..f9bfed2 100644
--- a/ShiftOS_TheReturn/NotificationDaemon.cs
+++ b/ShiftOS_TheReturn/NotificationDaemon.cs
@@ -72,7 +72,7 @@ namespace ShiftOS.Engine
Type = t;
Data = data;
Read = false;
- Timestamp = DateTime.Now;
+ Timestamp = DateTime.Now;
}
public bool Read { get; set; }
@@ -106,4 +106,4 @@ namespace ShiftOS.Engine
NewShiftOSStream = 0x78,
SavePurge = 0x79,
}
-}
+} \ No newline at end of file