gitui
gitui copied to clipboard
refactor: replace `Default` for clarity
This pull request replaces Default::default() with T::default() where T is the type of the default value, to make it more clear which default we are using.
I followed the checklist:
- [ ] I added unittests
- [x] I ran
make checkwithout errors - [ ] I tested the overall application
- [ ] I added an appropriate item to the changelog
@extrawurst are you open to this change?