chore: format code with prettier

This commit is contained in:
Simon Chan 2023-02-23 16:00:08 +08:00
parent 6f1be248fb
commit 6ada4a7a06
77 changed files with 459 additions and 283 deletions

View file

@ -104,7 +104,7 @@ export const LoggerEntry = new Struct({ littleEndian: true })
},
});
export type LoggerEntry = typeof LoggerEntry["TDeserializeResult"];
export type LoggerEntry = (typeof LoggerEntry)["TDeserializeResult"];
// https://cs.android.com/android/platform/superproject/+/master:system/logging/liblog/logprint.cpp;drc=bbe77d66e7bee8bd1f0bc7e5492b5376b0207ef6;bpv=0
export interface AndroidLogEntry extends LoggerEntry {