mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-02 18:59:07 +08:00
Fix stylecop
This commit is contained in:
parent
cfbdf71d61
commit
568cd583a3
@ -87,7 +87,7 @@ namespace Peek.FilePreviewer.Previewers
|
||||
html = html.Replace("[[PT_CODE]]", base64FileCode, StringComparison.InvariantCulture);
|
||||
html = html.Replace("[[PT_URL]]", Microsoft.PowerToys.FilePreviewCommon.MonacoHelper.VirtualHostName, StringComparison.InvariantCulture);
|
||||
html = html.Replace("[[PT_MINIMAP]]", minimap ? "true" : "false", StringComparison.InvariantCulture);
|
||||
|
||||
|
||||
string filename = tempFolder + "\\" + Guid.NewGuid().ToString() + ".html";
|
||||
File.WriteAllText(filename, html);
|
||||
return filename;
|
||||
|
Loading…
Reference in New Issue
Block a user