Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonand committed Jan 5, 2024
1 parent 8376c71 commit 0e57b00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Disks/StoragePolicy.cpp
Expand Up @@ -72,7 +72,7 @@ StoragePolicy::StoragePolicy(
std::stable_sort(volumes.begin(), volumes.end(),
[](const VolumePtr a, const VolumePtr b)
{
return a->volume_priority <= b->volume_priority;
return a->volume_priority < b->volume_priority;
}
);

Expand Down
1 change: 0 additions & 1 deletion tests/config/config.d/storage_conf_02961.xml
Expand Up @@ -17,7 +17,6 @@
<type>local</type>
<path>disk4_02961/</path>
</disk4_02961>

</disks>
<policies>
<policy_02961>
Expand Down

0 comments on commit 0e57b00

Please sign in to comment.