mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-15 18:58:41 +01:00
Formatting
This commit is contained in:
@@ -38,7 +38,7 @@ int main(int argc, char *argv[]) {
|
||||
} catch (sls::RuntimeError &e) {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
auto& o = std::get<CommonOptions>(opts);
|
||||
auto &o = std::get<CommonOptions>(opts);
|
||||
if (o.versionRequested || o.helpRequested) {
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user