summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Services/ProxyService.cs
diff options
context:
space:
mode:
authorWouterTinus <wouter.tinus@gmail.com>2019-09-07 22:44:59 +0200
committerWouterTinus <wouter.tinus@gmail.com>2019-09-07 22:44:59 +0200
commit1d1ddc8721498f2d650aff907d12f905a15fd11f (patch)
treef5b0ddb86b57c3614c62b815549ed001a5c673e9 /src/main.lib/Services/ProxyService.cs
parent67bf3cf8b36affd420a96df90bb3b7afaad91f73 (diff)
downloadletsencrypt-win-simple-1d1ddc8721498f2d650aff907d12f905a15fd11f.zip
letsencrypt-win-simple-1d1ddc8721498f2d650aff907d12f905a15fd11f.tar.gz
letsencrypt-win-simple-1d1ddc8721498f2d650aff907d12f905a15fd11f.tar.bz2
code format
Diffstat (limited to 'src/main.lib/Services/ProxyService.cs')
-rw-r--r--src/main.lib/Services/ProxyService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lib/Services/ProxyService.cs b/src/main.lib/Services/ProxyService.cs
index 1140a5b..e27defc 100644
--- a/src/main.lib/Services/ProxyService.cs
+++ b/src/main.lib/Services/ProxyService.cs
@@ -5,7 +5,7 @@ namespace PKISharp.WACS.Services
{
internal class ProxyService
{
- private ILogService _log;
+ private readonly ILogService _log;
private IWebProxy _proxy;
private readonly ISettingsService _settings;