mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Used file-scoped namespace
This commit is contained in:
parent
c6d9aa37f8
commit
05e002d8f5
2 changed files with 8 additions and 10 deletions
|
@ -201,11 +201,10 @@ namespace System
|
|||
outFileName.Append(name);
|
||||
outText.AppendF(
|
||||
$"""
|
||||
namespace {Namespace}
|
||||
namespace {Namespace};
|
||||
|
||||
class {name}
|
||||
{{
|
||||
class {name}
|
||||
{{
|
||||
}}
|
||||
}}
|
||||
""");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue