Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnarManafov committed Feb 6, 2022
1 parent d633e7e commit 4607248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dds-submit/src/Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ namespace dds
{
const unsigned int groupNameLimit{ 256 };
const std::string groupNameNotAllowedSymb{ " `\"@#%^&*()+=[]{};:\\|,.<>/$!?\t\r" };
size_t tmp = 0;
if (_options->m_groupName.find_first_of(groupNameNotAllowedSymb) != std::string::npos ||
_options->m_groupName.size() > groupNameLimit)
{
Expand Down

0 comments on commit 4607248

Please sign in to comment.