Skip to content

Commit 79bc948

Browse files
committed
Merge pull request #101 from amcorreia/master
Indent inconsistency
2 parents 19b3bf4 + 1182d7d commit 79bc948

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/Fhaculty/Graph/Graph.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ public function __toString()
497497
return $this->getExporter()->getOutput($this);
498498
}
499499

500-
public function getLayout(){
500+
public function getLayout()
501+
{
501502
return array();
502503
}
503504
}

0 commit comments

Comments
 (0)