Skip to content

Commit

Permalink
format: reformatting explicitly w prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun0157 committed May 11, 2024
1 parent b4b4fb8 commit 0163b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function getValueForJSONTests(responseContent: object, key: string): any {
function runObjectTests(
opVals: { [key: string]: any },
receivedObject: any,
spec: string
spec: string,
): TestResult[] {
let results: TestResult[] = [];

Expand Down

0 comments on commit 0163b5b

Please sign in to comment.