[skip ci] Fix formating using format.sh
This commit is contained in:
@@ -132,7 +132,8 @@ Status MatchPlugin::HandleRequest(const std::shared_ptr<datafacade::BaseDataFaca
|
||||
|
||||
if (!time_increases_monotonically)
|
||||
{
|
||||
return Error("InvalidValue", "Timestamps need to be monotonically increasing.", json_result);
|
||||
return Error(
|
||||
"InvalidValue", "Timestamps need to be monotonically increasing.", json_result);
|
||||
}
|
||||
|
||||
// assuming radius is the standard deviation of a normal distribution
|
||||
|
||||
Reference in New Issue
Block a user