From 706b83ed7de5a473436620367af31fc0ceecde07 Mon Sep 17 00:00:00 2001
From: Vlad Yaroslavlev <vladon@vladon.com>
Date: Thu, 10 Feb 2022 16:46:23 +0300
Subject: Restoring authorship annotation for Vlad Yaroslavlev
 <vladon@vladon.com>. Commit 1 of 2.

---
 library/cpp/lwtrace/example1/lwtrace_example1.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'library/cpp/lwtrace/example1')

diff --git a/library/cpp/lwtrace/example1/lwtrace_example1.cpp b/library/cpp/lwtrace/example1/lwtrace_example1.cpp
index 6b32c405ee..c1e15572f9 100644
--- a/library/cpp/lwtrace/example1/lwtrace_example1.cpp
+++ b/library/cpp/lwtrace/example1/lwtrace_example1.cpp
@@ -26,7 +26,7 @@ long double Fact(int n) {
 void FactorialCalculator() {
     i32 n;
     Cout << "Enter a number: ";
-    TString str;
+    TString str; 
     Cin >> n;
     double factN = Fact(n);
     Cout << n << "! = " << factN << Endl << Endl;
-- 
cgit v1.2.3