Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

Commit 18e77d3

Browse files
committed
code formatting
1 parent aedc514 commit 18e77d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elements/googlewebfont.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class JFormFieldGooglewebfont extends JFormFieldList {
3333
* @return array The field option objects.
3434
* @since 1.6
3535
*/
36-
protected function getOptions()
37-
{
36+
protected function getOptions() {
37+
3838
$obj = $this->form->getValue('params');
3939
$params = new JRegistry();
4040
$params->loadObject($obj);

0 commit comments

Comments
 (0)