Skip to content

Commit ba29924

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent e4d7008 commit ba29924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/View/Modifications/BlockquoteModifier.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public function handle(string $content, \Closure $next)
6262
$content = Str::of($content)->replace($tag, '<p>'.$html.'</p>');
6363
});
6464

65-
6665
return $next($content);
6766
}
6867
}

0 commit comments

Comments
 (0)