diff options
| author | Mirta <mirta@twine-s.com> | 2021-04-11 09:20:26 +0300 |
|---|---|---|
| committer | Mirta <mirta@twine-s.com> | 2021-04-11 09:20:26 +0300 |
| commit | 16b412099d4e8d4e64bc7ccc41b2ebfedde25f5c (patch) | |
| tree | ab71e7f78b210bfdb28546d5326fbe673a760134 /Software/Visual_Studio/PPC | |
| parent | 85428a0249e54f799a689ccf0b892f1828f44795 (diff) | |
| parent | 0ede3b81fce26ca31ad71bd1a377e5893a2d6e9a (diff) | |
| download | Tango-16b412099d4e8d4e64bc7ccc41b2ebfedde25f5c.tar.gz Tango-16b412099d4e8d4e64bc7ccc41b2ebfedde25f5c.zip | |
Merge branch 'software' of https://twinetfs.visualstudio.com/Tango/_git/Tango into software
Diffstat (limited to 'Software/Visual_Studio/PPC')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs | 2 |
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(); |
