Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwigs committed Nov 20, 2022
1 parent d74f4ce commit 2e27773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/popup/pages/options/use-initial-values.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const useInitialValues = () => {
'size',
'speed',
'isActive',
'isFollowing'
'isFollowing',
])

setInitialValues(storedValues as OptionValues)
Expand Down
2 changes: 1 addition & 1 deletion src/storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const seed = async (): Promise<void> => {
speed: config.speed.default,
size: config.size.default,
isActive: config.isActive.default,
isFollowing: config.isFollowing.default
isFollowing: config.isFollowing.default,
})
}
}
Expand Down

0 comments on commit 2e27773

Please sign in to comment.