Code style

This commit is contained in:
Leonetienne 2021-06-05 12:32:05 +02:00
parent 275ce060f0
commit 96482654bc

View File

@ -37,7 +37,7 @@ namespace TestHazelnupp
ArgList args({ ArgList args({
"/my/fake/path/wahoo.out", "/my/fake/path/wahoo.out",
"--dummy" "--dummy"
}); });
// Exercise // Exercise
Hazelnupp nupp(C_Ify(args)); Hazelnupp nupp(C_Ify(args));