Skip to content

Commit 0ec834b

Browse files
committed
fix codacy issue
1 parent 27742f9 commit 0ec834b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CLI/impl/Config_inl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ ConfigBase::to_config(const App *app, bool default_also, bool write_description,
567567
// this is a condition which could be misinterpreted
568568
results[0].insert(0, 1, results[0].front());
569569
results[0].push_back(results[0].back());
570-
value = value = detail::ini_join(
570+
value = detail::ini_join(
571571
results, arraySeparator, arrayStart, arrayEnd, stringQuote, literalQuote);
572572
}
573573
}

0 commit comments

Comments
 (0)