Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
HsuBot committed Dec 27, 2024
1 parent 6c050ea commit d171ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/obj.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export type OrderBy = "name" | "size" | "modified"

export const sortObjs = (orderBy: OrderBy, reverse?: boolean) => {
log("sort:", orderBy, reverse)
naturalSort.insensitive = true;
naturalSort.insensitive = true
setObjStore(
"objs",
produce((objs) =>
Expand Down

0 comments on commit d171ad0

Please sign in to comment.