Skip to content

Commit c86ad53

Browse files
committed
Fix merge
1 parent 6f9aa0e commit c86ad53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Management.Configuration.Processor/DSCv3/Helpers/ProcessorSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public override string ToString()
208208
return null;
209209
}
210210
}
211-
211+
212212
private static string? GetDscExecutablePathForPackage(string packageFamilyName)
213213
{
214214
string localAppData = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData);

0 commit comments

Comments
 (0)