diff options
| author | ruki <[email protected]> | 2022-08-24 22:45:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-24 22:45:42 +0800 |
| commit | f029d068cd8d7f508cafd7fc050c1738350b114c (patch) | |
| tree | 3ad56b65b7fe86c6903b331fcb06f2f1577d6ff5 /tests/projects/c++/modules/partitions2/src/test.cpp | |
| parent | ee55b56ef385023a290e495f6626ab7aeea2c5b8 (diff) | |
format code
Diffstat (limited to 'tests/projects/c++/modules/partitions2/src/test.cpp')
| -rw-r--r-- | tests/projects/c++/modules/partitions2/src/test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/partitions2/src/test.cpp b/tests/projects/c++/modules/partitions2/src/test.cpp index a2ff757b1..8f7f81b2c 100644 --- a/tests/projects/c++/modules/partitions2/src/test.cpp +++ b/tests/projects/c++/modules/partitions2/src/test.cpp @@ -2,6 +2,6 @@ import math; int main()
{
- auto a{ Math::lerchZeta(1, 2, 3) };
- auto b{ Math::superLog(1, 2) };
+ auto a{ Math::lerchZeta(1, 2, 3) };
+ auto b{ Math::superLog(1, 2) };
}
|
