chore(#1): apply Prettier formatting to all source and test files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ export {
|
||||
Outcome,
|
||||
RepoSizeCategory,
|
||||
type TaskCompletionEvent,
|
||||
} from './events.js';
|
||||
} from "./events.js";
|
||||
|
||||
export {
|
||||
type TokenDistribution,
|
||||
@@ -17,7 +17,7 @@ export {
|
||||
type PredictionMetadata,
|
||||
type PredictionResponse,
|
||||
type PredictionQuery,
|
||||
} from './predictions.js';
|
||||
} from "./predictions.js";
|
||||
|
||||
export {
|
||||
type BatchEventRequest,
|
||||
@@ -25,4 +25,4 @@ export {
|
||||
type BatchEventResponse,
|
||||
type BatchPredictionRequest,
|
||||
type BatchPredictionResponse,
|
||||
} from './common.js';
|
||||
} from "./common.js";
|
||||
|
||||
Reference in New Issue
Block a user