Skip to content

Commit 3c9a14a

Browse files
committed
Fix code style
1 parent 06f19c7 commit 3c9a14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MinecraftQueryResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function retrieveData(): void
132132
if (function_exists('json_last_error_msg')) {
133133
throw new MinecraftQueryException(json_last_error_msg());
134134
} else {
135-
throw new MinecraftQueryException( 'JsonException, server sent invalid json');
135+
throw new MinecraftQueryException('JsonException, server sent invalid json');
136136
}
137137
}
138138

0 commit comments

Comments
 (0)