mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 02:54:07 +00:00
prettier v3 changes
This commit is contained in:
committed by
David Lechner
parent
e2c86c82c5
commit
061d22a7aa
@@ -99,7 +99,10 @@ export class ProtocolError extends Error {
|
||||
* @param message The error message
|
||||
* @param data The bytecodes that caused the error
|
||||
*/
|
||||
constructor(message: string, public data: DataView) {
|
||||
constructor(
|
||||
message: string,
|
||||
public data: DataView,
|
||||
) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user