summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/headerunits_person/src/test.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2022-08-24 22:45:42 +0800
committerruki <[email protected]>2022-08-24 22:45:42 +0800
commitf029d068cd8d7f508cafd7fc050c1738350b114c (patch)
tree3ad56b65b7fe86c6903b331fcb06f2f1577d6ff5 /tests/projects/c++/modules/headerunits_person/src/test.cpp
parentee55b56ef385023a290e495f6626ab7aeea2c5b8 (diff)
format code
Diffstat (limited to 'tests/projects/c++/modules/headerunits_person/src/test.cpp')
-rw-r--r--tests/projects/c++/modules/headerunits_person/src/test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/headerunits_person/src/test.cpp b/tests/projects/c++/modules/headerunits_person/src/test.cpp
index 7c01dc782..d12206ef7 100644
--- a/tests/projects/c++/modules/headerunits_person/src/test.cpp
+++ b/tests/projects/c++/modules/headerunits_person/src/test.cpp
@@ -6,6 +6,6 @@ using namespace std;
int main()
{
- Person person{ "Kole", "Webb" };
- cout << person.getLastName() << ", " << person.getFirstName() << endl;
+ Person person{ "Kole", "Webb" };
+ cout << person.getLastName() << ", " << person.getFirstName() << endl;
}