mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
style: fix formatting
This commit is contained in:
@@ -12,9 +12,8 @@ export default async function checkBenchmarks() {
|
||||
if (!codechecks.isPr()) {
|
||||
return;
|
||||
}
|
||||
const baselineBenchmarks = await codechecks.getValue<Benchmarks>(
|
||||
benchmarksKey,
|
||||
);
|
||||
const baselineBenchmarks =
|
||||
await codechecks.getValue<Benchmarks>(benchmarksKey);
|
||||
const report = getCodechecksReport(currentBenchmarks, baselineBenchmarks);
|
||||
await codechecks.report(report);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user