summaryrefslogtreecommitdiffhomepage
path: root/yscan.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-05 12:57:18 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-05 12:57:18 +0200
commit28609f436966f731f91e84d10c1d7d0621b4abe8 (patch)
treeffc2ae6cbea157e501910db004a3fdedfb98dfd1 /yscan.cpp
parentd137a52a6807f4c74e8e7e32e62ee4acbfe92197 (diff)
Tests
Diffstat (limited to 'yscan.cpp')
-rw-r--r--yscan.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/yscan.cpp b/yscan.cpp
index 8dad6bf..2299370 100644
--- a/yscan.cpp
+++ b/yscan.cpp
@@ -42,8 +42,7 @@ int yscan(int argc, char* argv[])
<build>
<name>{}</name>
{} </build>
-{}</ymake>
-)"};
+{}</ymake>)"};
contents = fmt::format(contents, name, sources, test_sources);
std::cout << contents << std::endl;
} catch (const std::exception& ex) {