Skip to content

Commit 33967d2

Browse files
authored
Fixing whitespace PR yajra#29
1 parent 45b541b commit 33967d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Html/Builder.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function __construct(Repository $config, Factory $view, HtmlBuilder $html
9090
$this->html = $html;
9191
$this->collection = new Collection;
9292
}
93-
93+
9494
/**
9595
* Generate DataTable javascript.
9696
*
@@ -105,7 +105,7 @@ public function scripts($script = null, array $attributes = ['type' => 'text/jav
105105

106106
return new HtmlString("<script{$attributes}>{$script}</script>\n");
107107
}
108-
108+
109109
/**
110110
* Get generated raw scripts.
111111
*
@@ -119,7 +119,7 @@ public function generateScripts()
119119
sprintf($this->template(), $this->getTableAttributes()['id'], $parameters)
120120
);
121121
}
122-
122+
123123
/**
124124
* Get generated json configuration.
125125
*
@@ -141,7 +141,7 @@ public function generateJson()
141141

142142
return $this->parameterize($args);
143143
}
144-
144+
145145
/**
146146
* Generate DataTables js parameters.
147147
*

0 commit comments

Comments
 (0)