Skip to content

Commit 478defe

Browse files
committed
[fix] tracking: fix cfg toml formatting
1 parent a29ae03 commit 478defe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tracking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ void Tracking::startProcess() {
914914
else {
915915
outputDb.transaction();
916916
QTextStream out(&parameterFile);
917-
out << "title = \"FastTrack cfg\"\"\n\n[parameters]\n";
917+
out << "title = \"FastTrack cfg\"\n\n[parameters]\n";
918918
QList<QString> keyList = m_parameters.keys();
919919
for (const auto &a : keyList) {
920920
out << a << " = " << m_parameters.value(a) << Qt::endl;

0 commit comments

Comments
 (0)