From 02d616a0b223ac96e90cf4b9da5b1304232f0b0c Mon Sep 17 00:00:00 2001
From: Dominik Liebler <liebler.dominik@googlemail.com>
Date: Tue, 24 Sep 2013 13:44:34 +0200
Subject: [PATCH] cs

---
 Mediator/Mediator.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mediator/Mediator.php b/Mediator/Mediator.php
index 11f7ad8..d501573 100644
--- a/Mediator/Mediator.php
+++ b/Mediator/Mediator.php
@@ -6,7 +6,7 @@ use DesignPatterns\Mediator\Subsystem;
 
 /**
  * Mediator is the concrete Mediator for this design pattern.
- * 
+ *
  * In this example, I have made a "Hello World" with the Mediator Pattern.
  */
 class Mediator implements MediatorInterface