hyperswitch
hyperswitch copied to clipboard
chore(monitoring): the shebang must be on the first line
Type of Change
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
Moved the shebang to the first line and added a new line symbol at the end of the file.
Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
Motivation and Context
Fixes #9916.
How did you test it?
Run shellcheck on that file.
Checklist
- [x] I formatted the code
cargo +nightly fmt --all - [x] I addressed lints thrown by
cargo clippy - [x] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible
@kashif-m, @awasthi21, @NISHANTH1221: is there something more I should do regarding this PR? Or do you know who should I for a review?