Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Mar 7, 2024
1 parent 05b4c5e commit 2e9a13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/routes/jobs.$id.tools.reclustfcc.$module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const loader = async ({ params, request }: LoaderFunctionArgs) => {
isInteractive: showInteractiveVersion,
bartenderToken,
moduleIndexPadding,
}
};
const defaultValues = await getParams({
moduleIndex,
...info,
Expand Down
2 changes: 1 addition & 1 deletion app/routes/jobs.$id.tools.reclustrmsd.$module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const loader = async ({ params, request }: LoaderFunctionArgs) => {
isInteractive: showInteractiveVersion,
bartenderToken,
moduleIndexPadding,
}
};
const defaultValues = await getParams({
moduleIndex,
...info,
Expand Down

0 comments on commit 2e9a13c

Please sign in to comment.