mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Change to file-scoped namespaces
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace Games.Common.IO
|
||||
namespace Games.Common.IO;
|
||||
|
||||
internal static class Strings
|
||||
{
|
||||
internal static class Strings
|
||||
{
|
||||
internal const string NumberExpected = "!Number expected - retry input line";
|
||||
internal const string ExtraInput = "!Extra input ignored";
|
||||
}
|
||||
}
|
||||
internal const string NumberExpected = "!Number expected - retry input line";
|
||||
internal const string ExtraInput = "!Extra input ignored";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user