Skip to content

Commit 288dff5

Browse files
committed
chore: fix linter
DX-644
1 parent 7c12f6a commit 288dff5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/openapi-generator/test/openapi.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4623,7 +4623,7 @@ export const route = h.httpRoute({
46234623
}
46244624
},
46254625
});
4626-
`
4626+
`;
46274627

46284628
testCase("route with unknown unions", ROUTE_WITH_UNKNOWN_UNIONS, {
46294629
info: {
@@ -4699,5 +4699,4 @@ testCase("route with unknown unions", ROUTE_WITH_UNKNOWN_UNIONS, {
46994699
}
47004700
}
47014701
},
4702-
4703-
})
4702+
});

0 commit comments

Comments
 (0)