Skip to content

Commit 1f7075c

Browse files
authored
Merge pull request #1093 from BitGo/DX-2376-fix-formatting
fix: pass pre-commit hooks and nix flake checks
2 parents b2a6925 + e522455 commit 1f7075c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

website/docs/reference/superagent-wrapper/build-api-client.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ type PreparedRequest<RouteDef> = {
4848
## Parameters
4949

5050
- `requestFactory`: A function that creates HTTP requests.
51-
5251
- Type: `RequestFactory`
5352
- Source: Returned by `superagentRequestFactory` or `supertestRequestFactory`.
5453

website/docs/reference/superagent-wrapper/superagent-request-factory.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function superagentRequestFactory(
2525
## Parameters
2626

2727
- `agent`: The superagent library object or a pre-configured superagent instance.
28-
2928
- Type: `superagent.SuperAgentStatic | superagent.SuperAgent<any>`
3029
- Example: `superagent` or a custom agent
3130

website/src/css/custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
--ifm-color-primary-lightest: #4d85ff;
1616
--ifm-code-font-size: 95%;
1717
--docusaurus-highlighted-code-line-bg: rgba(14, 15, 15, 0.1);
18-
--ifm-font-family-base: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
19-
'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
18+
--ifm-font-family-base:
19+
'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
20+
'Helvetica Neue', Arial, sans-serif;
2021
--ifm-heading-font-weight: 600;
2122
--ifm-navbar-background-color: #ffffff;
2223
--ifm-navbar-height: 80px;

0 commit comments

Comments
 (0)