Skip to content

Commit 19d04a1

Browse files
author
Todd Lair
authored
Merge pull request #116 from marcdemz/feature/WIN-183
Feature/win 183
2 parents b505f1d + 9ec81d8 commit 19d04a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/StackifyLib/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ internal static string Get(string key, string defaultValue = null)
221221
v = retraceAppSettings[key.Replace("Stackify.", string.Empty)];
222222
}
223223
}
224+
}
224225
#endif
225226

226227
#if NETFULL
@@ -250,7 +251,6 @@ internal static string Get(string key, string defaultValue = null)
250251
{
251252
v = System.Environment.GetEnvironmentVariable("RETRACE_" + key.Substring(9).Replace('.', '_').ToUpperInvariant());
252253
}
253-
}
254254
}
255255
}
256256
catch (Exception ex)

0 commit comments

Comments
 (0)