diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs
index 6373b8d6..72c52b36 100644
--- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs
+++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs
@@ -50,7 +50,8 @@ namespace WebSocketSharp.Net
/// The responds to the request which has a requested URI that
/// the prefixes most closely match.
///
- public class HttpListenerPrefixCollection : ICollection, IEnumerable, IEnumerable
+ public class HttpListenerPrefixCollection
+ : ICollection, IEnumerable, IEnumerable
{
#region Private Fields