diff --git a/SerialQueue/Interfaces.cs b/SerialQueue/Interfaces.cs
index 03f4730..be7c6f2 100644
--- a/SerialQueue/Interfaces.cs
+++ b/SerialQueue/Interfaces.cs
@@ -43,7 +43,7 @@ public interface IDispatchQueue : IDisposable
/// Implementations reserve the right to run the action on a different thread (e.g WPF Dispatcher)
/// The function to run.
void DispatchSync(Action action);
-
+
/// Checks whether the currently-executing function is
/// on this queue, and throw an OperationInvalidException if it is not
void VerifyQueue();