gitui icon indicating copy to clipboard operation
gitui copied to clipboard

refactor: replace `Default` for clarity

Open hamirmahal opened this issue 1 year ago • 1 comments

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 check without errors
  • [ ] I tested the overall application
  • [ ] I added an appropriate item to the changelog

hamirmahal avatar Jun 07 '24 22:06 hamirmahal

@extrawurst are you open to this change?

hamirmahal avatar Dec 12 '24 23:12 hamirmahal