Skip to content

Commit 1b95a35

Browse files
committed
remove duplicated semicolon
1 parent 85fce16 commit 1b95a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Log/Minecraft/CustomSkinLoader/CustomSkinLoaderLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function getDefaultParser(): Parser
2727
return (new Parser())
2828
->setPattern(static::$pattern)
2929
->setTimeFormat('Y-m-d H:i:s')
30-
->setMatches([Parser::PREFIX, Parser::TIME, Parser::LEVEL]);;
30+
->setMatches([Parser::PREFIX, Parser::TIME, Parser::LEVEL]);
3131
}
3232

3333
public static function getDefaultAnalyser(): AnalyserInterface

0 commit comments

Comments
 (0)