mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Another round of linting.
This commit is contained in:
@@ -12,7 +12,7 @@ SeerKeySettings::SeerKeySettings (const SeerKeySettings& other) {
|
||||
SeerKeySettings::~SeerKeySettings () {
|
||||
}
|
||||
|
||||
SeerKeySettings& SeerKeySettings::operator== (const SeerKeySettings& rhs) {
|
||||
SeerKeySettings& SeerKeySettings::operator= (const SeerKeySettings& rhs) {
|
||||
|
||||
_keys = rhs._keys;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user