mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Additional formatting tweaks (#5909)
This commit is contained in:
@@ -43,7 +43,10 @@ namespace PowerLauncher.Helper
|
||||
|
||||
public override string ContentType
|
||||
{
|
||||
get { return m_contentType; }
|
||||
get
|
||||
{
|
||||
return m_contentType;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
@@ -53,7 +56,10 @@ namespace PowerLauncher.Helper
|
||||
|
||||
public override long ContentLength
|
||||
{
|
||||
get { return m_data.Length; }
|
||||
get
|
||||
{
|
||||
return m_data.Length;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user