diff options
| author | ruki <[email protected]> | 2026-03-16 23:45:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-16 23:45:18 +0800 |
| commit | de6664486ef54cf7d3b50b45074539fb413e583c (patch) | |
| tree | 6dd33b520e2317dbe93946287814f63a9c6af657 /tests/projects/csharp/multiple_library/src/libalpha | |
| parent | bf997637e98558b7289e8f9b3d05b08d102bb8af (diff) | |
format csharp codes
Diffstat (limited to 'tests/projects/csharp/multiple_library/src/libalpha')
| -rw-r--r-- | tests/projects/csharp/multiple_library/src/libalpha/Alpha.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/projects/csharp/multiple_library/src/libalpha/Alpha.cs b/tests/projects/csharp/multiple_library/src/libalpha/Alpha.cs index f203d9c9e..a10ed6d73 100644 --- a/tests/projects/csharp/multiple_library/src/libalpha/Alpha.cs +++ b/tests/projects/csharp/multiple_library/src/libalpha/Alpha.cs @@ -1,10 +1,7 @@ namespace LibAlpha; -public static class Alpha -{ - public static string Message() - { +public static class Alpha { + public static string Message() { return "alpha"; } } - |
