Skip to content

Commit 1e06060

Browse files
committed
clang-format
1 parent 3e0bb8b commit 1e06060

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/mxl-gst/looping_filesrc.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,8 +989,7 @@ int main(int argc, char* argv[])
989989
inputOpt->required(true);
990990
inputOpt->check(CLI::ExistingFile);
991991

992-
auto const uuidValidator = CLI::Validator(
993-
[](std::string const& value) -> std::string
992+
auto const uuidValidator = CLI::Validator([](std::string const& value) -> std::string
994993
{ return uuids::uuid::from_string(value).has_value() ? std::string{} : std::string{"Value is not a valid UUID"}; },
995994
"UUID");
996995

0 commit comments

Comments
 (0)