mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refactor: clang format line length
This commit is contained in:
@@ -39,7 +39,10 @@ namespace swift::misc::simulation
|
||||
{
|
||||
if (log == MatchingLogNothing) { return matchingLogFlagToString(MatchingLogNothing); }
|
||||
QStringList l;
|
||||
if (log.testFlag(MatchingLogCombinedDefaultType)) { l << matchingLogFlagToString(MatchingLogCombinedDefaultType); }
|
||||
if (log.testFlag(MatchingLogCombinedDefaultType))
|
||||
{
|
||||
l << matchingLogFlagToString(MatchingLogCombinedDefaultType);
|
||||
}
|
||||
if (log.testFlag(MatchingLogModelstring)) { l << matchingLogFlagToString(MatchingLogModelstring); }
|
||||
if (log.testFlag(MatchingLogStepwiseReduce)) { l << matchingLogFlagToString(MatchingLogStepwiseReduce); }
|
||||
if (log.testFlag(MatchingLogScoring)) { l << matchingLogFlagToString(MatchingLogScoring); }
|
||||
|
||||
Reference in New Issue
Block a user