mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
Use file scoped namespace declarations
This commit is contained in:

committed by
Phil Scott

parent
1dbaf50935
commit
ec1188b837
@ -27,4 +27,4 @@ namespace Spectre.Console.Tests.Unit
|
||||
result.ShouldBe(expected);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -25,4 +25,4 @@ namespace Spectre.Console.Tests.Unit
|
||||
return console.Output;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -272,4 +272,4 @@ namespace Spectre.Console.Tests.Unit
|
||||
task.RemainingTime.ShouldBe(TimeSpan.MaxValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -58,4 +58,4 @@ namespace Spectre.Console.Tests.Unit
|
||||
return Verifier.Verify(console.Output);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user