aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-04-08 14:24:39 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-04-08 14:24:39 +0300
commit0ede3b81fce26ca31ad71bd1a377e5893a2d6e9a (patch)
tree5d0f68640bc88ad76289a8cf2d2bb28bf250cd83 /Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs
parent4e8717ad956839c7f42c88985011e96c735c3a6a (diff)
downloadTango-0ede3b81fce26ca31ad71bd1a377e5893a2d6e9a.tar.gz
Tango-0ede3b81fce26ca31ad71bd1a377e5893a2d6e9a.zip
Updated BIT BL,PMR,DB.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs
index 8a67d57fb..e50e5cb6e 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs
@@ -11,7 +11,7 @@ namespace Tango.PPC.DataSynchronizer.CLI
{
class Program
{
- static void Main(string[] args)
+ static void Main(string[] args)
{
DataSynchronizer synchronizer = new DataSynchronizer();
synchronizer.Synchronize();