Completed
Push — master ( 97e05d...b9b816 )
by Jean-Christophe
03:07
created
Ajax/semantic/html/elements/HtmlImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 		$this->setClass("ui image");
12 12
 	}
13 13
 
14
-	public function setCircular(){
14
+	public function setCircular() {
15 15
 		return $this->addToProperty("class", "circular");
16 16
 	}
17 17
 }
18 18
\ No newline at end of file
Please login to merge, or discard this patch.