1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2026-04-27 01:15:59 +01:00

TabFunction: removed trailing semicolon

This commit is contained in:
Matt Spraggs
2015-11-10 12:24:47 +00:00
parent 64372eb9dc
commit bb044da413
+1 -1
View File
@@ -174,4 +174,4 @@ map<double, double>::const_iterator TabFunction::nearest(const double x) const
}
return ret;
};
}