Skip to content
Snippets Groups Projects
Commit ec34af3d authored by kirillpt's avatar kirillpt
Browse files

make lint

parent 89d28d3b
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ LoginPage::isMatrixIdValid()
{
QRegularExpressionValidator v(QRegularExpression("@.+?:.{3,}"), this);
QString s = matrixid_input_->text();
int pos = 0;
int pos = 0;
return v.validate(s, pos);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment