summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2023-11-21 00:27:23 -0600
committerLywx <kiritodev01@gmail.com>2024-01-31 12:05:40 -0600
commit57f61f8e659196586c0bf33bb00765ece006ef9d (patch)
treea01342fa2f050b624d0848e878755bc3b9e6e15f /src/main.cpp
parent06134be57a88ba1f5297dcedf29094b78aa5d5fc (diff)
Added WIP Geo Layout Exporter and some code cleanups
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7cab502..c39ff8c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,7 +19,7 @@ int main(int argc, char *argv[]) {
bool header = false;
app.require_subcommand();
-
+
/* Generate an OTR */
auto otr = app.add_subcommand("otr", "OTR - Generates an otr\n");
@@ -38,9 +38,9 @@ int main(int argc, char *argv[]) {
} else {
instance->Init(ExportType::Binary);
}
-
+
if (!folder.empty()) {
- Companion::Pack(folder, target);
+ Companion::Pack(folder, target);
}
});