Skip to content

Commit b4a3e40

Browse files
nickygerritsenvmcj
andauthored
Update webapp/src/Twig/TwigExtension.php
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent ebb0ebd commit b4a3e40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webapp/src/Twig/TwigExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,6 @@ public function fileTypeIcon(string $type): string
11511151
private function relativeLuminance(string $rgb): float
11521152
{
11531153
// See https://en.wikipedia.org/wiki/Relative_luminance
1154-
11551154
[$r, $g, $b] = Utils::parseHexColor($rgb);
11561155

11571156
[$lr, $lg, $lb] = [

0 commit comments

Comments
 (0)