-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* refactor: sport module migrate (#684) sport module migration from class to functions within sport namespace Signed-off-by: Guru Mehar Rachaputi <[email protected]> * Update Sport.h Changed sport() function to sportName() * Update Sport.cpp Changed sport() to sportName() * Update SportData.h Changed "Sport" namespace to lowercase "sport" * Update SportTest.cpp Change sport() to sportName() and "Sport" to lowercase "sport" in sport namespace * refactor: sport module migrate (#684) 1. sport module migration from class to functions within sport namespace 2. changed function name from sport() to sportName() 3. changelog updated Signed-off-by: Guru Mehar Rachaputi <[email protected]> --------- Signed-off-by: Guru Mehar Rachaputi <[email protected]>
- Loading branch information
1 parent
f52b959
commit 4fd336c
Showing
4 changed files
with
30 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters