Fix CacheConfig class indentation issue
Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
This commit is contained in:
parent
a08e6fffef
commit
66c695bd1e
@ -132,7 +132,6 @@ class CacheConfig:
|
|||||||
self.eviction_policy = eviction_policy
|
self.eviction_policy = eviction_policy
|
||||||
self.metadata_mode = metadata_mode
|
self.metadata_mode = metadata_mode
|
||||||
|
|
||||||
|
|
||||||
def __eq__(self, other):
|
def __eq__(self, other):
|
||||||
return self.cache_line_size == other.cache_line_size and \
|
return self.cache_line_size == other.cache_line_size and \
|
||||||
self.cache_mode == other.cache_mode and \
|
self.cache_mode == other.cache_mode and \
|
||||||
|
Loading…
Reference in New Issue
Block a user