We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b59264 commit 7f498c8Copy full SHA for 7f498c8
1 file changed
dotnetv3/Lambda/Scenarios/LambdaScenarioCommon/UIWrapper.cs
@@ -3,6 +3,7 @@
3
4
// snippet-start:[Lambda.dotnetv3.LambdaScenarioCommon.UIWrapper]
5
namespace LambdaScenarioCommon;
6
+
7
public class UIWrapper
8
{
9
public readonly string SepBar = new('-', Console.WindowWidth);
0 commit comments