Skip to content

Commit f2f8a42

Browse files
committed
minor corrections
1 parent 651f8b3 commit f2f8a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viewer/vibesgraphicsitem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ bool VibesGraphicsRing::parseJsonGraphics(const QJsonObject& json)
20942094
if (json["rho"].toArray().size() != 2) return false;
20952095
// Compute dimension
20962096
this->_nbDim = center.size();
2097-
2097+
20982098
// Update successful
20992099
return true;
21002100
}

0 commit comments

Comments
 (0)