Skip to content

Commit

Permalink
fix end of file newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
abi committed Feb 23, 2024
1 parent 5e2c2b2 commit 27165c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ COPY ./ /app/
EXPOSE 5173

# Command to run the application
CMD ["yarn", "dev", "--host", "0.0.0.0"]
CMD ["yarn", "dev", "--host", "0.0.0.0"]
2 changes: 1 addition & 1 deletion frontend/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"components": "@/components",
"utils": "@/lib/utils"
}
}
}
2 changes: 1 addition & 1 deletion frontend/src/components/ui/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ export {
SelectSeparator,
SelectScrollUpButton,
SelectScrollDownButton,
}
}

0 comments on commit 27165c0

Please sign in to comment.