Skip to content

Commit

Permalink
Fix formating (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis authored Aug 12, 2024
1 parent b8c353f commit adf47dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/starCount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function starCount(currentCount) {
})
}

export async function fetchStarCount (currentCount) {
export async function fetchStarCount(currentCount) {
const resp = await fetch('https://api.github.com/repos/electric-sql/pglite')

if (resp.ok) {
Expand Down
2 changes: 1 addition & 1 deletion docs/count.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { fetchStarCount } from './components/starCount.ts'
export default {
async load() {
return await fetchStarCount()
}
},
}

1 comment on commit adf47dd

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.