Skip to content

Commit

Permalink
fix cp
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Sep 8, 2023
1 parent ec2840a commit c40ce3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcos-framework/test/unittests/storage/TestCondition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static std::string fillZero(int _num)
std::stringstream stream;
stream << std::setfill('0') << std::setw(10) << std::right << _num;
return stream.str();
};
}

static std::vector<std::string> generateData(int start, int end)
{
Expand Down

0 comments on commit c40ce3b

Please sign in to comment.