Completed
Pull Request — master (#397)
by Tortue
02:01
created
lib/Service/EventsService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -753,7 +753,7 @@
 block discarded – undo
753 753
 	 * @param array  $oldSettings
754 754
 	 */
755 755
 	public function onSettingsChange(Circle $circle, array $oldSettings = []) {
756
-		$this->dispatch('\OCA\Circles::onSettingsChange',  ['circle' => $circle, 'oldSettings' => $oldSettings]);
756
+		$this->dispatch('\OCA\Circles::onSettingsChange', ['circle' => $circle, 'oldSettings' => $oldSettings]);
757 757
 	}
758 758
 
759 759
 
Please login to merge, or discard this patch.