Skip to content

Commit 9cbf0a9

Browse files
robcohenclaude
andcommitted
style: fix prettier formatting
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f95fa27 commit 9cbf0a9

6 files changed

Lines changed: 9 additions & 6 deletions

File tree

docs/.vitepress/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,5 @@ export default defineConfig({
115115
pattern: 'https://github.com/rustledger/rustledger/edit/main/docs/:path',
116116
text: 'Edit this page on GitHub',
117117
},
118-
119118
},
120119
});

docs/.vitepress/theme/SecondaryNav.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ const isDev = import.meta.env.DEV;
44
const urls = {
55
rustledger: isDev ? 'http://localhost:5173/' : 'https://rustledger.github.io/',
66
rustfava: isDev ? 'http://localhost:5174/rustfava/' : 'https://rustledger.github.io/rustfava/',
7-
ptaStandards: isDev ? 'http://localhost:5175/pta-standards/' : 'https://rustledger.github.io/pta-standards/',
7+
ptaStandards: isDev
8+
? 'http://localhost:5175/pta-standards/'
9+
: 'https://rustledger.github.io/pta-standards/',
810
};
911
1012
const navigate = (url) => {

pta-standards-docs/.vitepress/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,5 @@ export default defineConfig({
9191
pattern: 'https://github.com/rustledger/pta-standards/edit/main/:path',
9292
text: 'Edit this page on GitHub',
9393
},
94-
9594
},
9695
});

pta-standards-docs/.vitepress/theme/SecondaryNav.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ const isDev = import.meta.env.DEV;
44
const urls = {
55
rustledger: isDev ? 'http://localhost:5173/' : 'https://rustledger.github.io/',
66
rustfava: isDev ? 'http://localhost:5174/rustfava/' : 'https://rustledger.github.io/rustfava/',
7-
ptaStandards: isDev ? 'http://localhost:5175/pta-standards/' : 'https://rustledger.github.io/pta-standards/',
7+
ptaStandards: isDev
8+
? 'http://localhost:5175/pta-standards/'
9+
: 'https://rustledger.github.io/pta-standards/',
810
};
911
1012
const navigate = (url) => {

rustfava-docs/.vitepress/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ export default defineConfig({
5959
pattern: 'https://github.com/rustledger/rustfava/edit/main/docs/:path',
6060
text: 'Edit this page on GitHub',
6161
},
62-
6362
},
6463
});

rustfava-docs/.vitepress/theme/SecondaryNav.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ const isDev = import.meta.env.DEV;
44
const urls = {
55
rustledger: isDev ? 'http://localhost:5173/' : 'https://rustledger.github.io/',
66
rustfava: isDev ? 'http://localhost:5174/rustfava/' : 'https://rustledger.github.io/rustfava/',
7-
ptaStandards: isDev ? 'http://localhost:5175/pta-standards/' : 'https://rustledger.github.io/pta-standards/',
7+
ptaStandards: isDev
8+
? 'http://localhost:5175/pta-standards/'
9+
: 'https://rustledger.github.io/pta-standards/',
810
};
911
1012
const navigate = (url) => {

0 commit comments

Comments
 (0)